From 73fd09f4d64aacc5ca50a3ddb95a035047968ba7 Mon Sep 17 00:00:00 2001 From: maximius Date: Thu, 15 Oct 2009 11:50:11 -0700 Subject: *Cleanup, fix a lot of potential crashes and typos. --HG-- branch : trunk --- src/game/Level3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Level3.cpp') diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index 348703fc793..21f3c995dce 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -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; } -- cgit v1.2.3