diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2023-11-29 02:42:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-29 02:42:16 +0100 |
commit | 253bb19974a1bbeae7801004513aaf1ecfc63bab (patch) | |
tree | 26d788f013d11e26979eec12a572a0d928c67067 | |
parent | 8b73bb509e631ae1d8c1009479aaf8cf82db5236 (diff) |
DB/Quest: Wanted: "Hogger" shoud be taken from both wanted posters
closes #29443 by CraftedRO
-rw-r--r-- | sql/updates/world/3.3.5/2023_11_29_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2023_11_29_00_world.sql b/sql/updates/world/3.3.5/2023_11_29_00_world.sql new file mode 100644 index 00000000000..e3b5071753b --- /dev/null +++ b/sql/updates/world/3.3.5/2023_11_29_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject_queststarter` WHERE `id` = 156561; +INSERT INTO `gameobject_queststarter` (`id`, `quest`) VALUES +(156561, 176); |