diff options
Diffstat (limited to 'src/game/GameObject.cpp')
-rw-r--r-- | src/game/GameObject.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/GameObject.cpp b/src/game/GameObject.cpp index fbeb30144bb..595759a5451 100644 --- a/src/game/GameObject.cpp +++ b/src/game/GameObject.cpp @@ -1282,4 +1282,6 @@ void GameObject::CastSpell(Unit* target, uint32 spell) trigger->setFaction(14); trigger->CastSpell(target, spell, true); } + //trigger->setDeathState(JUST_DIED); + //trigger->RemoveCorpse(); }
\ No newline at end of file |