diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2021-09-22 16:41:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-22 16:41:04 +0200 |
| commit | bd6471682abdedd7ca17daea66e6f7387c55034e (patch) | |
| tree | 5bfb4ce45757955ebee3a58cabd8506d17c47a6b | |
| parent | 27db4c6a046f2efaba6a3c2997e5e3d14893db51 (diff) | |
DB/Creature: fix missing gossip of Keynira Owlwing
closes #26939 by mdX7
| -rw-r--r-- | sql/updates/world/master/2021_09_22_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_09_22_02_world.sql b/sql/updates/world/master/2021_09_22_02_world.sql new file mode 100644 index 00000000000..09a29dc4884 --- /dev/null +++ b/sql/updates/world/master/2021_09_22_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `gossip_menu_id`=10430, `minlevel`=30, `maxlevel`=30, `RangeAttackTime`=0 WHERE `entry`=34103; -- Keynira Owlwing |
