More build fixes for bot

This commit is contained in:
Akkadius
2019-08-11 01:32:51 -05:00
parent 04a18786f9
commit e9cb8781bf
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -4004,7 +4004,7 @@ void Corpse::CastRezz(uint16 spellid, Mob* Caster)
/*
if(!can_rez) {
if(Caster && Caster->IsClient())
Caster->MessageString(Chat::WhiteSmoke, CORPSE_TOO_OLD);
Caster->MessageString(Chat::White, CORPSE_TOO_OLD);
return;
}
*/