diff options
author | offl <offl@users.noreply.github.com> | 2022-07-13 14:19:08 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-09-05 21:02:40 +0200 |
commit | ab5af2b37aaba92d639865a73ead82603ad25d96 (patch) | |
tree | bba323cc7630ff734800fc61c3923c19d5cb0a72 | |
parent | d02989e9e6ca637849450b8a6b2a4957f8ca29bf (diff) |
DB/Quest: Fix 'Help Tavara'
Closes #28110
(cherry picked from commit a041ac4677d415a86954d8f2b859fc31d21c2a0b)
-rw-r--r-- | sql/updates/world/master/2022_09_05_20_world_2022_07_13_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_09_05_20_world_2022_07_13_00_world.sql b/sql/updates/world/master/2022_09_05_20_world_2022_07_13_00_world.sql new file mode 100644 index 00000000000..3e8f4b34086 --- /dev/null +++ b/sql/updates/world/master/2022_09_05_20_world_2022_07_13_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_addon` SET `bytes2` = 257 WHERE `entry` = 17551; |