aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAnubisss <none@none>2009-05-31 22:49:30 +0200
committerAnubisss <none@none>2009-05-31 22:49:30 +0200
commitdf4db669d56337eba0e640e13d6cca26cbd4900f (patch)
tree742798a4d83f5fd57fd91f203a5bc88db3073573 /sql/updates
parent9e4c011ae5d97612c2b13462d05a4f1e673fbdc0 (diff)
*Merge SD2.
*r988: Remove obsolete code for first boss in BT. - Just use enums. *r989: Added summons for misc ethereum gameobjects *r990: Added gossip options to learn engineering "teleport trinket" schematics (misc npc's) *r991: Correcting a few waypoints, added more texts and visuals to shadowfang prisoners - Skip: Its already merged. *r992: Added GO summons related to quest 10990, 10991 and 10992 *Register 2 missing scripts. --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/3649_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/3649_world.sql b/sql/updates/3649_world.sql
new file mode 100644
index 00000000000..a75ebe7b158
--- /dev/null
+++ b/sql/updates/3649_world.sql
@@ -0,0 +1,6 @@
+UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_prison' WHERE `entry` BETWEEN 184418 AND 184431;
+UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_stasis' WHERE `entry` BETWEEN 185465 AND 185467;
+UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_stasis' WHERE `entry` = 184595;
+UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_stasis' WHERE `entry` BETWEEN 185461 AND 185464;
+
+UPDATE `creature_template` SET `ScriptName` = 'npc_engineering_tele_trinket' WHERE `entry` IN (14742, 14743, 21493, 21494);