diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-04-29 05:10:03 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-04-29 05:10:03 +0200 |
commit | 40e8e541ac05910b725341593b9f8ee75431dfd5 (patch) | |
tree | f518ccc57dde2eba3e3b1a3683728054b04e63a2 | |
parent | 1d8aa0b6b1457aefc2929590761829fa7f9c132f (diff) |
DB/Creature: Fix even more creature templates
-rw-r--r-- | sql/updates/world/2014_04_29_00_world_misc.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2014_04_29_00_world_misc.sql b/sql/updates/world/2014_04_29_00_world_misc.sql new file mode 100644 index 00000000000..0a82d40a24c --- /dev/null +++ b/sql/updates/world/2014_04_29_00_world_misc.sql @@ -0,0 +1,7 @@ +-- +INSERT INTO `battlemaster_entry` (`entry`, `bg_template`) VALUES (31979, 1); +INSERT INTO `battlemaster_entry` (`entry`, `bg_template`) VALUES (37413, 1); +INSERT INTO `battlemaster_entry` (`entry`, `bg_template`) VALUES (37298, 1); +INSERT INTO `battlemaster_entry` (`entry`, `bg_template`) VALUES (32092, 1); +UPDATE `creature_template` SET `minlevel`=80, `maxlevel`=80 WHERE `entry`=35410; +INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`) VALUES (35410, 43671, 1); |