mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-15 12:42:43 -04:00
Core/SAI: reset event phase when calling SMART_ACTION_CALL_SCRIPT_RESET.
Now it really does what it says on the tin.
This commit is contained in:
@@ -1671,6 +1671,7 @@ void SmartScript::ProcessAction(SmartScriptHolder& e, Unit* unit, uint32 var0, u
|
||||
ResetBaseObject();
|
||||
break;
|
||||
case SMART_ACTION_CALL_SCRIPT_RESET:
|
||||
SetPhase(0);
|
||||
OnReset();
|
||||
break;
|
||||
case SMART_ACTION_SET_RANGED_MOVEMENT:
|
||||
|
||||
Reference in New Issue
Block a user