aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorTartalo <none@none>2010-02-17 15:53:16 +0100
committerTartalo <none@none>2010-02-17 15:53:16 +0100
commit08c6dae672257b5ccc9cca48b04dbec2e344fbf8 (patch)
tree7e0ae869bd8b8cfca18682733d1c2fc018ce9608 /sql/updates
parent97c62f2c737d5576cc632c2ef18f659bff2cc261 (diff)
Borean Tundra: Support for quest 11876
'Help Those That Cannot Help Themselves' --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-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;
+