From 934be769dc9ea93cbab410907b508658c2c0ce87 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 26 Mar 2017 00:31:17 +0100 Subject: DB/Misc: Incorrect data in table playercreateinfo_cast_spell Closes #18665 by Heaven31415 --- sql/updates/world/master/2017_03_26_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_03_26_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_03_26_01_world.sql b/sql/updates/world/master/2017_03_26_01_world.sql new file mode 100644 index 00000000000..b68b432fbfe --- /dev/null +++ b/sql/updates/world/master/2017_03_26_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `playercreateinfo_cast_spell` WHERE `spell` = 688; -- cgit v1.2.3