diff options
| author | Tartalo <none@none> | 2010-02-23 20:36:56 +0100 |
|---|---|---|
| committer | Tartalo <none@none> | 2010-02-23 20:36:56 +0100 |
| commit | 6c2ebfc8e4b6ffe07366aa0f5dd8b08e360a77b0 (patch) | |
| tree | bd0ec93cbb3ac93d903f94ff5207e6f777aa6a85 /sql | |
| parent | a518114f5657921cc2f36c54702f45235c68595b (diff) | |
Howling Fiord: Support for Quest 11255
Prisoners of Wyrmskull
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/FULL/world_scripts_full.sql | 1 | ||||
| -rw-r--r-- | sql/updates/7406_world_scriptname.sql | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/FULL/world_scripts_full.sql b/sql/FULL/world_scripts_full.sql index b098a166025..e31268532a3 100644 --- a/sql/FULL/world_scripts_full.sql +++ b/sql/FULL/world_scripts_full.sql @@ -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; diff --git a/sql/updates/7406_world_scriptname.sql b/sql/updates/7406_world_scriptname.sql new file mode 100644 index 00000000000..2f0fbb130b1 --- /dev/null +++ b/sql/updates/7406_world_scriptname.sql @@ -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); + |
