diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-09-10 03:16:14 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-26 15:47:30 +0100 |
| commit | 5d618e08d4a2737eb28b727173305b7a7b31298b (patch) | |
| tree | ea57bec96de4c5ee8b3dbebf980a68b8bfa8e8c3 | |
| parent | e186a10603f4a9bdd818514fcc60f16d33fd724b (diff) | |
DB/Gossip: fix gossip text for creature "Admiral Odesyus"
(cherry picked from commit c96fa033db23299f60c4e15e2f5f3a3eef507d5b)
| -rw-r--r-- | sql/updates/world/master/2017_02_26_07_world_2016_09_10_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_26_07_world_2016_09_10_02_world.sql b/sql/updates/world/master/2017_02_26_07_world_2016_09_10_02_world.sql new file mode 100644 index 00000000000..eb95f2e9396 --- /dev/null +++ b/sql/updates/world/master/2017_02_26_07_world_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"); |
