diff options
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: |