Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife authored and cala committed May 2, 2017
1 parent 74163e1 commit e3a4307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scriptdev2/scripts/world/world_map_scripts.cpp
Expand Up @@ -156,7 +156,7 @@ struct world_map_kalimdor : public ScriptedMap
{
for (auto guid : eventData.summonedMagrami)
if (Creature* magrami = instance->GetCreature(guid))
if(magrami->isAlive()) // dont despawn corpses with loot
if (magrami->isAlive()) // dont despawn corpses with loot
magrami->ForcedDespawn();

if (GameObject* go = instance->GetGameObject(eventData.guid))
Expand Down

0 comments on commit e3a4307

Please sign in to comment.