mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Howling Fiord: Support for Quest 11255
Prisoners of Wyrmskull --HG-- branch : trunk
This commit is contained in:
@@ -49,6 +49,7 @@ UPDATE `gameobject_template` SET `ScriptName`='go_matrix_punchograph' WHERE `ent
|
||||
UPDATE `gameobject_template` SET `ScriptName`='go_jotunheim_cage' WHERE `entry`=192135;
|
||||
UPDATE `gameobject_template` SET `scriptname` = 'go_inconspicuous_landmark' WHERE `entry`=142189;
|
||||
UPDATE `gameobject_template` SET `ScriptName` = 'go_soulwell' WHERE `entry` IN (181621,193169);
|
||||
UPDATE `gameobject_template` SET `ScriptName`='go_dragonflayer_cage' WHERE entry IN (186566,186567,186568,186569,186570,186571,186572,186573,186574,186575);
|
||||
|
||||
/* GUARD */
|
||||
UPDATE `creature_template` SET `ScriptName`='guard_azuremyst' WHERE `entry`=18038;
|
||||
|
||||
2
sql/updates/7406_world_scriptname.sql
Normal file
2
sql/updates/7406_world_scriptname.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
UPDATE `gameobject_template` SET `ScriptName`='go_dragonflayer_cage' WHERE entry IN (186566,186567,186568,186569,186570,186571,186572,186573,186574,186575);
|
||||
|
||||
Reference in New Issue
Block a user