diff options
| author | Carbenium <carbenium@outlook.com> | 2020-06-22 16:10:34 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-01-07 00:20:57 +0100 |
| commit | 49523a74a4c28e5ae17f9a8352aa8224b765b7d8 (patch) | |
| tree | 829e998508b4320f305bc9e4891ec7116c4005fd /src/server/game/Spells/SpellMgr.cpp | |
| parent | a26cc135fa34e0e4aa0c244c4c4b4bec4c25d709 (diff) | |
Battlefields: Move BF scripts out of game
This commit introduces the usual script interface
for battlefields.
(cherry picked from commit f7faf20254a120a90b8ee8eb55a284a6351aabc3)
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
| -rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index cc830ac492a..f04b788fd70 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -17,7 +17,6 @@ #include "SpellMgr.h" #include "BattlefieldMgr.h" -#include "BattlefieldWG.h" #include "BattlegroundMgr.h" #include "Chat.h" #include "Containers.h" |
