Changeset 74 for trunk/src/game/SpellAuras.cpp
- Timestamp:
- 11/19/08 13:31:47 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellAuras.cpp
r73 r74 1954 1954 if(caster->GetTypeId() == TYPEID_PLAYER) 1955 1955 { 1956 ((Player*)caster)-> PlaySound(11965, false);1956 ((Player*)caster)->SendPlaySound(11965, false); 1957 1957 } 1958 1958 return;