mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Missing part of patch added in 4783
--HG-- branch : trunk
This commit is contained in:
@@ -657,6 +657,9 @@ extern void AddSC_instance_archavon();
|
||||
extern void AddSC_boss_flame_leviathan();
|
||||
extern void AddSC_boss_razorscale();
|
||||
|
||||
//Halls of lightning
|
||||
extern void AddSC_boss_bjarngrim();
|
||||
|
||||
//Region
|
||||
extern void AddSC_wintergrasp();
|
||||
|
||||
@@ -1571,6 +1574,9 @@ void ScriptsInit(char const* cfg_file = "trinitycore.conf")
|
||||
AddSC_boss_flame_leviathan();
|
||||
AddSC_boss_razorscale();
|
||||
|
||||
//Halls of lightning
|
||||
AddSC_boss_bjarngrim();
|
||||
|
||||
//Region
|
||||
AddSC_wintergrasp();
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ EndScriptData */
|
||||
3 - Loken
|
||||
*/
|
||||
|
||||
struct MANGOS_DLL_DECL instance_halls_of_lightning : public ScriptedInstance
|
||||
struct TRINITY_DLL_DECL instance_halls_of_lightning : public ScriptedInstance
|
||||
{
|
||||
instance_halls_of_lightning(Map* pMap) : ScriptedInstance(pMap) {Initialize();};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user