mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 08:38:20 +00:00
Few more minor compilier warnings and code clean up.
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user