Core/Player: Prevent a crash in CastedCreatureOrGO and add an assertion to KilledMonster

This commit is contained in:
Nay
2013-01-04 21:15:18 +00:00
parent e5945402ad
commit 8ac5b3b7d6
5 changed files with 13 additions and 5 deletions

View File

@@ -1033,7 +1033,7 @@ public:
found = true;
}
}
if (!found)
handler->SendSysMessage(LANG_COMMAND_NOSPELLFOUND);

View File

@@ -153,13 +153,13 @@ enum Texts
SAY_KILLED_PLAYER_P_THREE = 12,
SAY_SPELL_CASTING_P_THREE = 13,
SAY_DEATH,
// Alexstrasza
SAY_ONE = 0,
SAY_TWO = 1,
SAY_THREE = 2,
SAY_FOUR = 3,
// Power Sparks
EMOTE_POWER_SPARK_SUMMONED = 0
};