mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Rename some defines
This commit is contained in:
@@ -1572,7 +1572,7 @@ namespace LuaGlobalFunctions
|
||||
pCreature->SetActiveObjectState(false);
|
||||
|
||||
// Also initializes the AI and MMGen
|
||||
pCreature->Summon(durorresptime ? TEMPSUMMON_TIMED_OR_DEAD_DESPAWN : TEMPSUMMON_MANUAL_DESPAWN, durorresptime);
|
||||
pCreature->Summon(durorresptime ? TEMPSPAWN_TIMED_OR_DEAD_DESPAWN : TEMPSPAWN_MANUAL_DESPAWN, durorresptime);
|
||||
|
||||
// Creature Linking, Initial load is handled like respawn
|
||||
if (pCreature->IsLinkingEventTrigger())
|
||||
|
||||
Reference in New Issue
Block a user