diff options
author | Treeston <treeston.mmoc@gmail.com> | 2018-01-29 12:09:35 +0100 |
---|---|---|
committer | Treeston <treeston.mmoc@gmail.com> | 2018-01-29 12:09:35 +0100 |
commit | bd3e624fcaaee0b388e0486a5ebc95c88295acd2 (patch) | |
tree | 269f26b79aea2dfe771da9bc5934889a90217850 | |
parent | 24024062280e6963f713348baba2b8c69437891a (diff) |
DB/Spell: Un-Rubik's-cubed Poisoned Spear (for Ymirheim Defender)
-rw-r--r-- | sql/updates/world/3.3.5/2018_01_29_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_01_29_00_world.sql b/sql/updates/world/3.3.5/2018_01_29_00_world.sql new file mode 100644 index 00000000000..2ef44a537cb --- /dev/null +++ b/sql/updates/world/3.3.5/2018_01_29_00_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `spell_custom_attr` WHERE `entry`=60988; +INSERT INTO `spell_custom_attr` (`entry`,`attributes`) VALUES (60988,0x80000); |