aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/7373_world_creature_template.sql2
-rw-r--r--sql/updates/7373_world_item_template.sql2
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/7373_world_creature_template.sql b/sql/updates/7373_world_creature_template.sql
new file mode 100644
index 00000000000..e7bd039ddd5
--- /dev/null
+++ b/sql/updates/7373_world_creature_template.sql
@@ -0,0 +1,2 @@
+UPDATE `creatyre_template` SET `scriptname`='npc_trapped_mammoth_calf' WHERE `entry`=25850;
+
diff --git a/sql/updates/7373_world_item_template.sql b/sql/updates/7373_world_item_template.sql
new file mode 100644
index 00000000000..e9c51195524
--- /dev/null
+++ b/sql/updates/7373_world_item_template.sql
@@ -0,0 +1,2 @@
+UPDATE `item_template` SET `scriptname`='item_dehta_trap_smasher' WHERE `entry`=35228;
+