diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-05-22 11:10:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-22 11:10:53 +0200 |
commit | cc1020fcc8a21de918a12763d2d280d27a4ff78f (patch) | |
tree | 718de6819626041dd7cd88f9a72af07492119480 | |
parent | 1fd5f817e0922de35e9509fd211cb42b1b89daa6 (diff) |
DB/Misc: Fix some startup errors
Updates #15829
-rw-r--r-- | sql/updates/world/master/2017_05_22_02_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_05_22_02_world.sql b/sql/updates/world/master/2017_05_22_02_world.sql new file mode 100644 index 00000000000..6340e6ee85a --- /dev/null +++ b/sql/updates/world/master/2017_05_22_02_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `spell_group` WHERE `spell_id` IN (469,6673,57933); +DELETE FROM `spell_proc_event` WHERE `entry` IN (324,974,6346,16961,20164,20165,24905,30823,32409,44549,49222,51530,51701,52127,52798,55440,55610,56218,56249,56364,56835,58372,58647,58677,59327,63335,56375,50034,54821,56800,58375,63320,46916,92364,88766,10400); +DELETE FROM `spell_learn_spell` WHERE `entry` IN (2098,33873); +DELETE FROM `spell_threat` WHERE `entry` IN (78,8056,23455,33619,33745); +DELETE FROM `item_template_addon` WHERE `Id` = 17733; |