Rename some defines

This commit is contained in:
Elmsroth
2020-11-14 17:30:47 +01:00
parent 69a7b14d72
commit 8e3b74e9b1
2 changed files with 14 additions and 14 deletions

View File

@@ -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())