diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2025-03-30 11:45:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-30 11:45:01 +0200 |
commit | 9be6377081b54bc1a6df34cec38c3ce17b180eab (patch) | |
tree | 0a5be8a77585bff6b384c609c7c8cbd3be3fbccf | |
parent | 11d2feb9dbea08e45ac900172bc4b39d2ddd81db (diff) |
DB/Gameobject: Add two missing quests to a gameobject_queststarter
closes #30793 by CraftedRO
-rw-r--r-- | sql/updates/world/3.3.5/2025_03_30_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_03_30_01_world.sql b/sql/updates/world/3.3.5/2025_03_30_01_world.sql new file mode 100644 index 00000000000..e4723633849 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_03_30_01_world.sql @@ -0,0 +1,5 @@ +-- Object 'Wanted Poster' (142122) has same quests as 'Wanted Poster' (150075) +DELETE FROM `gameobject_queststarter` WHERE `id`=142122; +INSERT INTO `gameobject_queststarter` (`id`, `quest`) VALUES +(142122, 2781), -- WANTED: Caliph Scorpidsting +(142122, 2875); -- WANTED: Andre Firebeard |