mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
*Fix binus damage for Mangle-cat from savage fury.
--HG-- branch : trunk
This commit is contained in:
8
sql/updates/1142_world.sql
Normal file
8
sql/updates/1142_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user