diff options
| author | click <none@none> | 2010-06-08 23:44:55 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-06-08 23:44:55 +0200 |
| commit | 7561bab716427fca9c958dff2ac5be9ac77d8296 (patch) | |
| tree | 9d72cae6202e7da6efb1d82bdf123bd2ee19a606 /src/server/scripts/Custom | |
| parent | 89dd005ff8ab2b2b1774de9798ea41dacb9c0398 (diff) | |
Change around some more headers to adhere to new strucutre and namebase
--HG--
branch : trunk
Diffstat (limited to 'src/server/scripts/Custom')
| -rw-r--r-- | src/server/scripts/Custom/npc_acherus_taxi.cpp | 2 | ||||
| -rw-r--r-- | src/server/scripts/Custom/npc_wyrmresttempel_taxi.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/server/scripts/Custom/npc_acherus_taxi.cpp b/src/server/scripts/Custom/npc_acherus_taxi.cpp index 6e00e365e8e..509631e1e87 100644 --- a/src/server/scripts/Custom/npc_acherus_taxi.cpp +++ b/src/server/scripts/Custom/npc_acherus_taxi.cpp @@ -1,4 +1,4 @@ -#include "ScriptedPch.h" +#include "ScriptPCH.h" #include "WorldPacket.h" #define GOSSIP_FLIGHT "I need a ride" diff --git a/src/server/scripts/Custom/npc_wyrmresttempel_taxi.cpp b/src/server/scripts/Custom/npc_wyrmresttempel_taxi.cpp index d4c2cb5ab74..109cd996144 100644 --- a/src/server/scripts/Custom/npc_wyrmresttempel_taxi.cpp +++ b/src/server/scripts/Custom/npc_wyrmresttempel_taxi.cpp @@ -1,4 +1,4 @@ -#include "ScriptedPch.h" +#include "ScriptPCH.h" #include "WorldPacket.h" #define GOSSIP_UP "My Lord, I must go to the upper floor of the temple." |
