File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments