Few more minor compilier warnings and code clean up.

This commit is contained in:
KayenEQ
2014-11-02 00:43:01 -04:00
parent 3620ac4eaf
commit 51a3302288
5 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -1907,7 +1907,7 @@ void Mob::AI_Event_NoLongerEngaged() {
}
//this gets called from InterruptSpell() for failure or SpellFinished() for success
void NPC::AI_Event_SpellCastFinished(bool iCastSucceeded, uint8 slot) {
void NPC::AI_Event_SpellCastFinished(bool iCastSucceeded, uint16 slot) {
if (slot == 1) {
uint32 recovery_time = 0;
if (iCastSucceeded) {