Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.8 / 4582_spell_affect.sql
blob4e8ee00abdbfe00e6bfec721562fc4cb0b32ebc7
1 -- Cleanup
2 DELETE FROM `spell_affect` WHERE `entry` IN (28787);
4 -- Correct data
5 DELETE FROM `spell_affect` WHERE `entry` IN (37878,37879,37880);
6 INSERT INTO `spell_affect` VALUES
7 (37878, 0, 0, 0x00, 0, 0, 0, 0x00000010000000F0, 0),
8 (37879, 0, 0, 0x00, 0, 0, 0, 0x00000000C0006000, 0),
9 (37880, 0, 0, 0x00, 0, 0, 0, 0x0000000411041E40, 0);