DB: Fix some DB errors

Updates #18542
This commit is contained in:
Killyana
2016-12-21 19:06:32 +01:00
parent 13031f300f
commit 5b8b779a5c

View File

@@ -0,0 +1,6 @@
--
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`IN (13,17) AND `SourceEntry`=30218;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(17, 0, 30218, 0, 0, 31, 1, 3, 17274, 0, 0, 0, 0, '', 'Fireball only target Temper''s Target');
DELETE FROM `gameobject_addon` WHERE `guid`=30031;