Show
Ignore:
Timestamp:
11/19/08 13:22:59 (17 years ago)
Author:
yumileroy
Message:

[svn] * PlaySound? changed to SendPlaySound?, moved to WorldObject? and used everywhere instead of hard-coding packet

Original author: Neo2003
Date: 2008-10-05 11:38:24-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/debugcmds.cpp

    r9 r12  
    217217 
    218218    uint32 soundid = atoi(args); 
    219     m_session->GetPlayer()->PlaySound(soundid, false); 
     219    m_session->GetPlayer()->SendPlaySound(soundid, false); 
    220220    return true; 
    221221}