aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7500_world_scriptname.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/7500_world_scriptname.sql b/sql/updates/7500_world_scriptname.sql
new file mode 100644
index 00000000000..5b309f48da7
--- /dev/null
+++ b/sql/updates/7500_world_scriptname.sql
@@ -0,0 +1,2 @@
+UPDATE `gameobject_template` SET `ScriptName`= 'go_amberpine_outhouse' WHERE `entry`=188666;
+UPDATE `creature_template` SET `ScriptName`= 'npc_outhouse_bunny' WHERE `entry`=27326; \ No newline at end of file