diff options
author | WishToDie <w1sht0l1v3@gmail.com> | 2014-07-24 23:39:05 +0300 |
---|---|---|
committer | WishToDie <w1sht0l1v3@gmail.com> | 2014-07-24 23:39:05 +0300 |
commit | fb484f9917523d7a53971f1b982a3a8ebd2c277c (patch) | |
tree | 9c2401883f35dc92521caaf5f53d74c82cf9317c /sql/updates | |
parent | 90bc6f1e39e27566186a69acab788a330a4a3c13 (diff) |
Fix typo in 2014_07_13_01_world_misc.sql
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/2014_07_13_01_world_misc.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2014_07_13_01_world_misc.sql b/sql/updates/world/2014_07_13_01_world_misc.sql index 2e0b0f56ccf..66610aedebe 100644 --- a/sql/updates/world/2014_07_13_01_world_misc.sql +++ b/sql/updates/world/2014_07_13_01_world_misc.sql @@ -1,5 +1,5 @@ -- -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN(13,17) AND `SourceEntry`=28268; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN(13,17) AND `SourceEntry`=48268; INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES (17, 0, 48268, 0, 0, 36, 1, 0, 0, 0, 1, 0, 0, '', 'Target needs to be dead'), (17, 0, 48268, 0, 0, 31, 1, 3, 27202, 0, 0, 0, 0, '', 'Target needs to be Onslaught Raven Priest'), |