mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
9 lines
484 B
SQL
9 lines
484 B
SQL
DELETE from `spell_affect` where entry=16999 and effectId=0;
|
|
DELETE from `spell_affect` where entry=16999 and effectId=2;
|
|
INSERT INTO `spell_affect` VALUES (16999, 0, 0x1000001000);
|
|
INSERT INTO `spell_affect` VALUES (16999, 2, 0x1000001000);
|
|
DELETE from `spell_affect` where entry=16998 and effectId=0;
|
|
DELETE from `spell_affect` where entry=16998 and effectId=2;
|
|
INSERT INTO `spell_affect` VALUES (16998, 0, 0x1000001000);
|
|
INSERT INTO `spell_affect` VALUES (16998, 2, 0x1000001000);
|