diff options
author | click <click@gonnamakeyou.com> | 2012-12-17 04:53:32 +0100 |
---|---|---|
committer | click <click@gonnamakeyou.com> | 2012-12-17 04:53:32 +0100 |
commit | 1f88f81c5a8da1ce7e1f4c52223884f88d9945af (patch) | |
tree | 041dcf3c901a5dea3d23e79873e78159114be7ea /src | |
parent | 48141bbfa6887095f5b4a687ca3bde516c751771 (diff) |
Core: Fix non-PCH build again
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Northrend/sholazar_basin.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/sholazar_basin.cpp b/src/server/scripts/Northrend/sholazar_basin.cpp index 46ee4e04eed..f5f99576aeb 100644 --- a/src/server/scripts/Northrend/sholazar_basin.cpp +++ b/src/server/scripts/Northrend/sholazar_basin.cpp @@ -36,6 +36,7 @@ EndContentData */ #include "SpellScript.h" #include "SpellAuras.h" #include "Player.h" +#include "VehicleAI.h" /*###### ## npc_injured_rainspeaker_oracle @@ -999,7 +1000,7 @@ enum SongOfWindAndWater NPC_HAIPHOON_WATER = 28999, NPC_HAIPHOON_AIR = 28985 }; - + class npc_haiphoon : public CreatureScript { public: |