mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/
This commit is contained in:
parent
d767495d5b
commit
800ee76535
3322 changed files with 903437 additions and 0 deletions
12
sql/updates/6027_mangos_spell_affect.sql
Normal file
12
sql/updates/6027_mangos_spell_affect.sql
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
DELETE FROM `spell_affect` WHERE `entry` IN
|
||||
(12873,12872,11095,11252,12605,20244,20245,23565,16040,16113,16114,16115,16116,22804,14171,14172,14173,12290,12963,16858,16859,16860,16861,16862,
|
||||
17815,17833,17834,17835,17836,21744,12866,12325,12863,12864,12865,12866,16194,16218,16219,16220,16221,23236,14143,14149,14151,26130,27848);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (12945,16544,18372) AND `effectId` = 0;
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14075,14074,14073,14072,14057,16544,23566) AND `effectId` = 1;
|
||||
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(14143,0,0x0000000004000206),
|
||||
(14149,0,0x0000000004000206);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue