Merge & move taxi scripts into one file as npc_taxi

--HG--
branch : trunk
This commit is contained in:
Kudlaty
2009-05-20 07:13:19 +02:00
parent 28d0feabe2
commit 8305f6d3bc
13 changed files with 218 additions and 494 deletions

View File

@@ -77,6 +77,7 @@ extern void AddSC_item_scripts();
// -- NPC --
extern void AddSC_npc_professions();
extern void AddSC_npcs_special();
extern void AddSC_npc_taxi();
// -- Servers --
@@ -953,6 +954,7 @@ void ScriptsInit(char const* cfg_file = "trinitycore.conf")
// -- NPC --
AddSC_npc_professions();
AddSC_npcs_special();
AddSC_npc_taxi();
// -- Servers --