diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-09-24 04:06:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-24 04:06:07 +0200 |
| commit | 8c056f4cb9bb0e7eab7d3331c142bff1fbe3e44c (patch) | |
| tree | 050614cf28c65f46a6b48f6c3921b017bae62f2e /sql | |
| parent | 7a1f41077ff0d28dd5d4968a39496c5067e5cee7 (diff) | |
Core/Gossip: improve gossips related to Dual Talent Specialization: (#17921)
- Correctly hide and show info gossip based on dual spec requirements.
- Show correct gossip after learning dual spec.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/9999_99_99_99_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/9999_99_99_99_world.sql b/sql/updates/world/3.3.5/9999_99_99_99_world.sql new file mode 100644 index 00000000000..efa839ce580 --- /dev/null +++ b/sql/updates/world/3.3.5/9999_99_99_99_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gossip_menu_option` SET `option_id`=20 WHERE `OptionBroadcastTextID`=33762; +UPDATE `gossip_menu_option` SET `action_menu_id`=10373 WHERE `option_id`=18; |
