diff options
author | DDuarte <dnpd.dd@gmail.com> | 2015-04-18 00:36:05 +0100 |
---|---|---|
committer | DDuarte <dnpd.dd@gmail.com> | 2015-04-18 00:36:05 +0100 |
commit | d16e8357354862774a16f0ca3b077480f2978716 (patch) | |
tree | 72ad1966c86dd2d4a57981894d2d0bae711e68f2 | |
parent | c53ae41c3d9f712ca5aef34c4745091718607b1a (diff) |
SQLs: Fix a typo in 2015_04_17_01_world_2015_04_04_02.sql
-rw-r--r-- | sql/updates/world/2015_04_17_01_world_2015_04_04_02.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2015_04_17_01_world_2015_04_04_02.sql b/sql/updates/world/2015_04_17_01_world_2015_04_04_02.sql index 1cc2cb61ea3..521aab15e65 100644 --- a/sql/updates/world/2015_04_17_01_world_2015_04_04_02.sql +++ b/sql/updates/world/2015_04_17_01_world_2015_04_04_02.sql @@ -1,5 +1,5 @@ -- -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=16 AND `SourceEntry`=4163; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=16 AND `SourceEntry`=26813; INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES (16,0,26813,0,0,23,0,4163,0,0,0,0,'','Dismount player from Kor''kron War Rider when not in intended zone(Icemist Village)'); |