aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/7390_world_scriptname.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/7390_world_scriptname.sql b/sql/updates/7390_world_scriptname.sql
new file mode 100644
index 00000000000..0c82857311d
--- /dev/null
+++ b/sql/updates/7390_world_scriptname.sql
@@ -0,0 +1,4 @@
+UPDATE `gameobject_template` SET `ScriptName`='go_gong' WHERE `entry`=148917;
+UPDATE `creature_template` SET `ScriptName`='npc_tomb_creature' WHERE `entry` IN (7351,7349);
+UPDATE `instance_template` SET `script`='instance_razorfen_downs' WHERE `map`=129;
+