diff options
author | Anubisss <none@none> | 2009-07-21 20:48:45 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2009-07-21 20:48:45 +0200 |
commit | f39e55c1a3b7feae49ac6a5a0d3c120b01f9d550 (patch) | |
tree | ef58907be8be5a946a7dbbf8681cf9e947a2e775 | |
parent | 58e1db3428ad124f2eb0037a4a4d1222210374ec (diff) |
*Add some entries for spell_elixir.
*This fix issues with stacking between Battle and Guarding elixirs.
--HG--
branch : trunk
-rw-r--r-- | sql/updates/4524_world_spell_elixir.sql | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/sql/updates/4524_world_spell_elixir.sql b/sql/updates/4524_world_spell_elixir.sql new file mode 100644 index 00000000000..dc48a4af91b --- /dev/null +++ b/sql/updates/4524_world_spell_elixir.sql @@ -0,0 +1,32 @@ +DELETE FROM `spell_elixir` WHERE `entry` IN +( + 54452, 60340, 60345, 60341, 60344, + 60346, 54494, 53748, 53749, 53746, + 60343, 53751, 53764, 60347, 53763, + 53747, 53760, 54212, 53758, 53755, + 53752, 62380 +); + +INSERT INTO `spell_elixir` (`entry`, `mask`) VALUES +(54452, 0x1), +(60340, 0x1), +(60345, 0x1), +(60341, 0x1), +(60344, 0x1), +(60346, 0x1), +(54494, 0x1), +(53748, 0x1), +(53749, 0x1), +(53746, 0x1), +(60343, 0x2), +(53751, 0x2), +(53764, 0x2), +(60347, 0x2), +(53763, 0x2), +(53747, 0x2), +(53760, 0x3), +(54212, 0x3), +(53758, 0x3), +(53755, 0x3), +(53752, 0x3), +(62380, 0x3); |