aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-09-10 03:16:14 +0200
committerSnapperRy <snapperryen@gmail.com>2016-09-10 03:16:14 +0200
commitc96fa033db23299f60c4e15e2f5f3a3eef507d5b (patch)
tree1401e963fae5e9d061414f0c4fe8e6d4949f1110
parenta261e68aed4be53db7b61f601196ef9810da0d39 (diff)
DB/Gossip: fix gossip text for creature "Admiral Odesyus"
-rw-r--r--sql/updates/world/3.3.5/2016_09_10_02_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_10_02_world.sql b/sql/updates/world/3.3.5/2016_09_10_02_world.sql
new file mode 100644
index 00000000000..eb95f2e9396
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_09_10_02_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7399 AND `SourceEntry`=8865;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(14, 7399, 8865, 0, 0, 8, 0, 9506, 0, 0, 0, 0, 0, "", "Show gossip text 8865 if player has quest 9506 rewarded");