From bd3e624fcaaee0b388e0486a5ebc95c88295acd2 Mon Sep 17 00:00:00 2001 From: Treeston Date: Mon, 29 Jan 2018 12:09:35 +0100 Subject: DB/Spell: Un-Rubik's-cubed Poisoned Spear (for Ymirheim Defender) --- sql/updates/world/3.3.5/2018_01_29_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_01_29_00_world.sql (limited to 'sql/updates') 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); -- cgit v1.2.3