*Cleanup, fix a lot of potential crashes and typos.

--HG--
branch : trunk
This commit is contained in:
maximius
2009-10-15 11:50:11 -07:00
parent 4159903fad
commit 73fd09f4d6
15 changed files with 339 additions and 265 deletions

View File

@@ -4227,7 +4227,7 @@ bool ChatHandler::HandleDieCommand(const char* /*args*/)
m_session->GetPlayer()->Kill(target);
else
m_session->GetPlayer()->DealDamage(target, target->GetHealth(), NULL, DIRECT_DAMAGE, SPELL_SCHOOL_MASK_NORMAL, NULL, false);
}
}
return true;
}