aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-12-08 13:10:50 +0100
committerKillyana <morphone1@gmail.com>2018-12-08 13:10:50 +0100
commit606fbc248223953891084430da9f371e25506825 (patch)
treeb3bccf40cfdf41fe725f1d40b1cc1fcf04576a01 /sql
parent05a6a5ce99dbc0344092cd17952db46e6c866ef2 (diff)
DB: Typo
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2018_12_08_42_world.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2018_12_08_42_world.sql b/sql/updates/world/3.3.5/2018_12_08_42_world.sql
index adc94583e0b..7319f0b8839 100644
--- a/sql/updates/world/3.3.5/2018_12_08_42_world.sql
+++ b/sql/updates/world/3.3.5/2018_12_08_42_world.sql
@@ -3,5 +3,5 @@ UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE `ID` = 9564;
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=1 AND `SourceGroup` = 17475 AND `SourceEntry`=23850;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(1, 17475, 23850, 0, 0, 8, 0, 9562, 0, 0, 0, 0, 0, "", 'Item "Gurf\'s Dignity" can be looted if quest "Murlocs... Why Here? Why Now?" is rewarded'),
-(1, 17475, 23850, 0, 1, 9, 0, 9562, 0, 0, 0, 0, 0, "", 'Item "Gurf\'s Dignity" can be looted if quest "Murlocs... Why Here? Why Now?" is taken');
+(1, 17475, 23850, 0, 1, 9, 0, 9562, 0, 0, 0, 0, 0, "", 'Item "Gurf\'s Dignity" can be looted if quest "Murlocs... Why Here? Why Now?" is taken'),
(1, 17475, 23850, 0, 2, 28, 0, 9562, 0, 0, 0, 0, 0, "", 'Item "Gurf\'s Dignity" can be looted if quest "Murlocs... Why Here? Why Now?" is completed');