diff options
author | megamage <none@none> | 2009-06-14 11:57:41 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-06-14 11:57:41 -0500 |
commit | 43ea5bf4802f0458152dfe3173f721fdede3eae7 (patch) | |
tree | 9814ae306f875e6798aa6f690f25691573ff5c01 /src | |
parent | e7910ec9d241749822278574315c02a531cee3fd (diff) |
*Fix compile in *nix. Thanks to Aokromes
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/zone/ulduar/ulduar/boss_flame_leviathan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/zone/ulduar/ulduar/boss_flame_leviathan.cpp b/src/bindings/scripts/scripts/zone/ulduar/ulduar/boss_flame_leviathan.cpp index a8e2a4198f9..b4b4ce68297 100644 --- a/src/bindings/scripts/scripts/zone/ulduar/ulduar/boss_flame_leviathan.cpp +++ b/src/bindings/scripts/scripts/zone/ulduar/ulduar/boss_flame_leviathan.cpp @@ -18,7 +18,7 @@ #include "precompiled.h" #include "def_ulduar.h" -#include "vehicle.h" +#include "Vehicle.h" #define SPELL_PURSUED 62374 #define SPELL_GATHERING_SPEED 62375 |