aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip <boev.filip@gmail.com>2013-08-23 20:00:55 +0200
committerFilip <boev.filip@gmail.com>2013-08-23 20:00:55 +0200
commit95bdde84d99cf77f225191ce85c8f5fe46d43379 (patch)
tree8d332558ff9ebd03faf8b2be16b9fc21c2b54af5
parentda693bbc8158b964f8b49ff35837a38b25f977cf (diff)
[DB/Errors] Really fix a few more errors.
-rw-r--r--sql/updates/world/2013_08_23_01_db_errors.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_23_01_db_errors.sql b/sql/updates/world/2013_08_23_01_db_errors.sql
new file mode 100644
index 00000000000..9eb808fec1f
--- /dev/null
+++ b/sql/updates/world/2013_08_23_01_db_errors.sql
@@ -0,0 +1,7 @@
+UPDATE `conditions` SET `SourceGroup`=0 WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=57402;
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry` IN (43891,43789);
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=43892;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(17, 0, 43891, 0, 0, 29, 0, 24439, 1, 0, 0, 0, 0, '', 'Spell Drop-Off Periodic targets npc Sack of Relics'),
+(17, 0, 43789, 0, 0, 31, 0, 3, 24439, 0, 0, 0, 0, '', 'Spell Grappling Beam targets npc Sack of Relics'),
+(13, 1, 43892, 0, 0, 31, 0, 3, 24439, 0, 0, 0, 0, '', 'Spell Steel Gate Drop Off Check targets npc Sack of Relics');