diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-07-16 09:20:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-16 09:20:05 +0200 |
| commit | 94fce4a64144adb5f1942bd482f4499b784cd45f (patch) | |
| tree | d1f6144b3971eb28828efd0523121233b348b64f | |
| parent | 4bcb5a058bf735bfc2b32f3900b9a9bb494ae15d (diff) | |
DB/Creature: Fix Runetog Wildhammer
Closes #17592 by Silvertower
| -rw-r--r-- | sql/updates/world/3.3.5/2016_07_16_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_16_04_world.sql b/sql/updates/world/3.3.5/2016_07_16_04_world.sql new file mode 100644 index 00000000000..9bdba2e4deb --- /dev/null +++ b/sql/updates/world/3.3.5/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; |
