From 08c6dae672257b5ccc9cca48b04dbec2e344fbf8 Mon Sep 17 00:00:00 2001 From: Tartalo Date: Wed, 17 Feb 2010 15:53:16 +0100 Subject: Borean Tundra: Support for quest 11876 'Help Those That Cannot Help Themselves' --HG-- branch : trunk --- sql/updates/7373_world_creature_template.sql | 2 ++ sql/updates/7373_world_item_template.sql | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 sql/updates/7373_world_creature_template.sql create mode 100644 sql/updates/7373_world_item_template.sql (limited to 'sql/updates') 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; + -- cgit v1.2.3