More work on smartAI for spells. got the Orb of Translocations working.

SQL files to follow someday :)

Signed-off-by: hondacrx <prelude_20032002@yahoo.com>
This commit is contained in:
hondacrx
2017-07-11 00:04:18 -04:00
parent 809e601945
commit a63a3360b6
4 changed files with 22 additions and 18 deletions
+1 -1
View File
@@ -1059,7 +1059,7 @@ namespace Game.AI
void HandleEffectHit(uint effIndex)
{
mScript.ProcessEventsFor(SmartEvents.SpellEffectHit);
mScript.ProcessEventsFor(SmartEvents.SpellEffectHit, GetCaster());
}
void HandleEffectHitTarget(uint effIndex)