alexluana
19.10.2012, 11:22
So I was trying to figure out a way to fix this item....
this is what I've done so far..
One problem would be that on every site where I look I see this
"Restores 3% of your health and mana per second for 25 sec. Must remain seated while eating." ... on game tooltip we have with 2%..
Any ideas help would be awesome!
case 24869: // Bobbing Apple
{
if (!unitTarget)
return;
unitTarget->CastSpell(unitTarget, 24870, true);
break;
}
this is what I've done so far..
One problem would be that on every site where I look I see this
"Restores 3% of your health and mana per second for 25 sec. Must remain seated while eating." ... on game tooltip we have with 2%..
Any ideas help would be awesome!
case 24869: // Bobbing Apple
{
if (!unitTarget)
return;
unitTarget->CastSpell(unitTarget, 24870, true);
break;
}