Added sql files, no longer need to get them from Trinity Core.

This commit is contained in:
hondacrx
2017-11-22 13:14:38 -05:00
parent 0909720464
commit 65fbebb12f
11507 changed files with 6456329 additions and 10 deletions
+8
View File
@@ -0,0 +1,8 @@
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);