diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-03-03 18:30:08 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-03-03 18:30:08 +0100 |
commit | 7400000c01353a740fbd20fe8208aaab196e86d3 (patch) | |
tree | 6228782b26402cd8a2b4c4b97722697d9976e02c | |
parent | ad796318e8c34df177a935892f27c6a7b4f2f901 (diff) |
DB/Conditions: Mountaineer Pebblebitty
Closes #21539
-rw-r--r-- | sql/updates/world/3.3.5/2018_03_03_00_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_03_03_00_world_335.sql b/sql/updates/world/3.3.5/2018_03_03_00_world_335.sql new file mode 100644 index 00000000000..de1367d5105 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_03_03_00_world_335.sql @@ -0,0 +1,2 @@ +-- Mountaineer Pebblebitty +UPDATE `conditions` SET `ConditionTypeOrReference`=14, `Comment`="Show gossip menu option only if quest 'The Horn of the Beast' is not taken" WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=1201; |