Files
TrinityCore/src/server/game/Maps
Spp 4ecda557e4 Core/Battleground: Some (minor) code optimizations
- All access to Battleground vars are done using funtions (Remove friendship from Battleground and BattlegroundMgr)
- Move specific 47 mins arena check to battleground code as its generic to all arenas
- Create PreUpdateImpl and PostUpdateImpl functions. Specific battlegrounds will implement those if needed (No more need of call Battleground::Update inside specific BGs)
- Modify Create function to use only one parameter
- Remove EventPlayerCapturedFlag from Battleground class, only one BG implements it and it's not used outside that BG.
2011-08-05 11:57:09 +02:00
..
2011-08-04 19:41:11 +02:00
2011-04-29 20:47:02 +02:00
2011-01-01 15:01:13 +01:00
2010-09-27 00:20:56 +02:00
2010-08-21 20:08:47 +02:00
2011-07-24 19:37:57 +07:00