diff options
| author | Tartalo <none@none> | 2010-02-24 16:20:01 +0100 |
|---|---|---|
| committer | Tartalo <none@none> | 2010-02-24 16:20:01 +0100 |
| commit | 2ae4291442889923a4ecf63e3240dd4f029b848c (patch) | |
| tree | de75c5b8cc0be488e6863b9daf48afa5b8a42ab9 /sql | |
| parent | b598127ebf69e7c7f7d48ead1d6ac9105db7d4d6 (diff) | |
Borean Tundra: Support for quest 11653
Hah... You're Not So Big Now!
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/FULL/world_scripts_full.sql | 1 | ||||
| -rw-r--r-- | sql/updates/7421_world_scriptname.sql | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/FULL/world_scripts_full.sql b/sql/FULL/world_scripts_full.sql index 15e907a9a2d..3e64b6c3c2b 100644 --- a/sql/FULL/world_scripts_full.sql +++ b/sql/FULL/world_scripts_full.sql @@ -401,6 +401,7 @@ UPDATE `creature_template` SET `ScriptName`='npc_bonker_togglevolt' WHERE `entry UPDATE `creature_template` SET `ScriptName`='npc_fezzix_geartwist' WHERE `entry`=25849; UPDATE `creature_template` SET `scriptname`='npc_trapped_mammoth_calf' WHERE `entry`=25850; UPDATE `item_template` SET `scriptname`='item_dehta_trap_smasher' WHERE `entry`=35228; +UPDATE `creature_template` SET `ScriptName`='npc_magmoth_crusher' WHERE `entry`=25434; /* BURNING STEPPES */ UPDATE `creature_template` SET `ScriptName`='npc_ragged_john' WHERE `entry`=9563; diff --git a/sql/updates/7421_world_scriptname.sql b/sql/updates/7421_world_scriptname.sql new file mode 100644 index 00000000000..ce0dbecc9d1 --- /dev/null +++ b/sql/updates/7421_world_scriptname.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='npc_magmoth_crusher' WHERE `entry`=25434; |
