19.10.2012, 11:22 | #1 |
Новичок
Регистрация: 30.05.2010
Сообщений: 23
Сказал(а) спасибо: 2
Поблагодарили 0 раз(а) в 0 сообщениях
|
Bobbing apple
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; } |