aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-02-23 18:43:06 +0100
committerAokromes <Aokromes@users.noreply.github.com>2014-02-23 18:43:06 +0100
commit36102005c4a2680dd1e8d2a80f0fd0a430a22e78 (patch)
tree32431a0fa389e23b6b5532af9f6c6153cc518f02
parent392f95a0c00971baf8e901130734c3c45e3dcab8 (diff)
DB/Quest: Fix Bride of the Embalmer
By untaught closes #11546
-rw-r--r--sql/updates/world/2014_02_23_03_world_conditions.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_23_03_world_conditions.sql b/sql/updates/world/2014_02_23_03_world_conditions.sql
new file mode 100644
index 00000000000..1b3052f1fa1
--- /dev/null
+++ b/sql/updates/world/2014_02_23_03_world_conditions.sql
@@ -0,0 +1,5 @@
+--
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry`=254;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(19,0,254,0,0,8,0,253,0,0,1,0,0,'','Show quest ''Digging Through the Dirt'' only if quest ''Bride of the Embalmer'' is not rewarded'),
+(19,0,254,0,0,28,0,253,0,0,1,0,0,'','Show quest ''Digging Through the Dirt'' only if quest ''Bride of the Embalmer'' is not completed');