mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Merge [SD2]
r1314 Correct some spellId's and apply SD2 code style r1315 Correct more spells and apply SD2 code style r1316 Replace magic number with enum type name UNIT_DYNFLAG_DEAD r1317 Add support for quest 1249. Patch by jotapdiez r1318 Move AI's implementation from headers. Original patch/idea by DasBlub r1319 Convert script related to quest 938 to use followerAI r1320 Add new virtual function WaypointStart() to escortAI. --HG-- branch : trunk
This commit is contained in:
@@ -188,6 +188,7 @@ extern void AddSC_tirisfal_glades();
|
||||
extern void AddSC_undercity();
|
||||
extern void AddSC_western_plaguelands();
|
||||
extern void AddSC_westfall();
|
||||
extern void AddSC_wetlands();
|
||||
|
||||
//kalimdor
|
||||
extern void AddSC_instance_blackfathom_deeps(); //Blackfathom Depths
|
||||
@@ -573,6 +574,7 @@ void AddScripts()
|
||||
AddSC_undercity();
|
||||
AddSC_western_plaguelands();
|
||||
AddSC_westfall();
|
||||
AddSC_wetlands();
|
||||
|
||||
//kalimdor
|
||||
AddSC_instance_blackfathom_deeps(); //Blackfathom Depths
|
||||
|
||||
Reference in New Issue
Block a user