change wild growth to instant spell

This commit is contained in:
ErikasKontenis
2020-11-16 15:36:29 +02:00
parent 1e4e340463
commit 885f925ea1
2 changed files with 6 additions and 9 deletions

View File

@@ -1,7 +0,0 @@
local combat = Combat()
combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY)
combat:setParameter(COMBAT_PARAM_CREATEITEM, 2130)
function onCastSpell(creature, variant, isHotkey)
return combat:execute(creature, variant)
end