diff options
author | Kudlaty <none@none> | 2009-10-10 13:51:43 +0200 |
---|---|---|
committer | Kudlaty <none@none> | 2009-10-10 13:51:43 +0200 |
commit | c70c43c1b0ce53ee64c3abfcc9e9cc97a8992250 (patch) | |
tree | 2f9dc0dec5b385c715868957a26fab5b0182444c /src | |
parent | b4c7a2514d9844fccc46fc78aee0b34d1b26161e (diff) |
Fix typo
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/BattleGroundAB.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGroundAB.cpp b/src/game/BattleGroundAB.cpp index 39b7d06e0ce..6609c3400be 100644 --- a/src/game/BattleGroundAB.cpp +++ b/src/game/BattleGroundAB.cpp @@ -20,7 +20,7 @@ #include "World.h" #include "WorldPacket.h" -#include "GameObject.h" +#include "ObjectMgr.h" #include "BattleGroundMgr.h" #include "BattleGround.h" #include "BattleGroundAB.h" |