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

[svn] -enabled instantiated battlegrounds
-enabled arena matches
-rewritten battleground queuing to support joining as group
-removed queue announcements

Original author: w12x
Date: 2008-10-05 08:48:32-05:00

Files:
1 modified

Legend:

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

    r6 r9  
    25192519        } 
    25202520 
    2521         if(BattleGround* bg = sBattleGroundMgr.GetBattleGround(bgType)) 
     2521        if(BattleGround* bg = sBattleGroundMgr.GetBattleGroundTemplate(bgType)) 
    25222522            bg->SendRewardMarkByMail(player,newitemid,no_space); 
    25232523    }