Changeset 12 for trunk/src/game/Player.h

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/Player.h

    r9 r12  
    15931593        void SendLogXPGain(uint32 GivenXP,Unit* victim,uint32 RestXP); 
    15941594 
    1595         //Low Level Packets 
    1596         void PlaySound(uint32 Sound, bool OnlySelf); 
    15971595        //notifiers 
    15981596        void SendAttackSwingCantAttack();