diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-07-16 09:20:05 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-05 20:43:05 +0100 |
commit | 80625ce76ade3c65d67c5947b5c160c42540d23b (patch) | |
tree | b235994cb6e1fb219c0b8b115bfba9dfbd28eb59 | |
parent | 5f666a2ce6096d5194e504ebd4e72a4e482b7d70 (diff) |
DB/Creature: Fix Runetog Wildhammer
Closes #17592 by Silvertower
(cherry picked from commit 94fce4a64144adb5f1942bd482f4499b784cd45f)
-rw-r--r-- | sql/updates/world/master/2017_02_05_29_world_2016_07_16_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_05_29_world_2016_07_16_04_world.sql b/sql/updates/world/master/2017_02_05_29_world_2016_07_16_04_world.sql new file mode 100644 index 00000000000..9bdba2e4deb --- /dev/null +++ b/sql/updates/world/master/2017_02_05_29_world_2016_07_16_04_world.sql @@ -0,0 +1,2 @@ +-- Fix Flightmaster Runetog Wildhammer, Shatter Point +UPDATE `gossip_menu_option` SET `option_id` = 4, `npc_option_npcflag` = 8192 WHERE `menu_id` = 8095; |