aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/373_world_scripts.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/373_world_scripts.sql b/sql/updates/373_world_scripts.sql
new file mode 100644
index 00000000000..537f5ac6e2a
--- /dev/null
+++ b/sql/updates/373_world_scripts.sql
@@ -0,0 +1,3 @@
+update creature_template set scriptname = 'boss_warchief_kargath_bladefist' where entry = 16808;
+UPDATE `instance_template` SET `script`='instance_deadmines' WHERE map = 36;
+UPDATE `item_template` SET `ScriptName`='item_defias_gunpowder' WHERE entry = 5397; \ No newline at end of file