Changeset 9 for trunk/src/game/SpellEffects.cpp
- Timestamp:
- 11/19/08 13:22:41 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellEffects.cpp
r6 r9 2519 2519 } 2520 2520 2521 if(BattleGround* bg = sBattleGroundMgr.GetBattleGround (bgType))2521 if(BattleGround* bg = sBattleGroundMgr.GetBattleGroundTemplate(bgType)) 2522 2522 bg->SendRewardMarkByMail(player,newitemid,no_space); 2523 2523 }