Skip to content

Commit 6f6379f

Browse files
committed
Remove nonexisting spell=2 from creature_template_spells
cmangos/mangos-tbc#613 Linked to cmangos/issues#3416
1 parent 55641c8 commit 6f6379f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
-- https://github.com/cmangos/mangos-tbc/pull/613
2+
-- https://github.com/cmangos/issues/issues/3416#issuecomment-1575278870
3+
UPDATE creature_template_spells SET spell1 = 0 WHERE spell1 = 2; -- 574
4+
UPDATE creature_template_spells SET spell2 = 0 WHERE spell2 = 2; -- 0
5+
UPDATE creature_template_spells SET spell3 = 0 WHERE spell3 = 2; -- 0
6+
UPDATE creature_template_spells SET spell4 = 0 WHERE spell4 = 2; -- 0
7+
UPDATE creature_template_spells SET spell5 = 0 WHERE spell5 = 2; -- 0
8+
UPDATE creature_template_spells SET spell6 = 0 WHERE spell6 = 2; -- 0
9+
UPDATE creature_template_spells SET spell7 = 0 WHERE spell7 = 2; -- 0
10+
UPDATE creature_template_spells SET spell8 = 0 WHERE spell8 = 2; -- 0
11+
UPDATE creature_template_spells SET spell9 = 0 WHERE spell9 = 2; -- 0
12+
UPDATE creature_template_spells SET spell10 = 0 WHERE spell10 = 2; -- 0
13+
14+
DELETE FROM `creature_template_spells` WHERE `spell1` = 0 AND `spell2` = 0 AND `spell3` = 0 AND `spell4` = 0 AND `spell5` = 0 AND `spell6` = 0 AND `spell7` = 0 AND `spell8` = 0 AND `spell9` = 0 AND `spell10` = 0; -- 56
15+

0 commit comments

Comments
 (0)