From 1fc73ff41b0b113ee0cbc072f8ed81a2c572924c Mon Sep 17 00:00:00 2001 From: Neo2003 Date: Sun, 5 Oct 2008 11:38:24 -0500 Subject: [svn] * PlaySound changed to SendPlaySound, moved to WorldObject and used everywhere instead of hard-coding packet --HG-- branch : trunk --- src/game/debugcmds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/debugcmds.cpp') diff --git a/src/game/debugcmds.cpp b/src/game/debugcmds.cpp index deb044be7b3..555ddc84d1f 100644 --- a/src/game/debugcmds.cpp +++ b/src/game/debugcmds.cpp @@ -216,7 +216,7 @@ bool ChatHandler::HandlePlaySound2Command(const char* args) return false; uint32 soundid = atoi(args); - m_session->GetPlayer()->PlaySound(soundid, false); + m_session->GetPlayer()->SendPlaySound(soundid, false); return true; } -- cgit v1.2.3