diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-10-03 19:56:26 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-10-03 19:56:26 +0200 |
| commit | 401021b4c142be60f64216cab1e37c32fbba3123 (patch) | |
| tree | 423be9123709abc1eecc70e0f0f11d4371a005ab | |
| parent | 3aafecaafe4ff274a4ba20a169e7c3a62f98480e (diff) | |
DB/Gossip: Chromie in Andorhal gossip improvement
Closes #20519
| -rw-r--r-- | sql/updates/world/3.3.5/2017_10_03_08_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_03_08_world_335.sql b/sql/updates/world/3.3.5/2017_10_03_08_world_335.sql new file mode 100644 index 00000000000..e12ad9b418c --- /dev/null +++ b/sql/updates/world/3.3.5/2017_10_03_08_world_335.sql @@ -0,0 +1,4 @@ +-- Chromie -- Fix gossip texts +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 14 AND `SourceGroup`= 2911; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,2911,3585,0,0,8,0,4972,0,0,0,0,0,'',"Show Gossip Menu Text 3585 if Quest 'Counting Out Time' is rewarded"); |
