mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
DB/Quest: Wanted: "Hogger" shoud be taken from both wanted posters
closes #29443 by CraftedRO
This commit is contained in:
4
sql/updates/world/3.3.5/2023_11_29_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2023_11_29_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `gameobject_queststarter` WHERE `id` = 156561;
|
||||
INSERT INTO `gameobject_queststarter` (`id`, `quest`) VALUES
|
||||
(156561, 176);
|
||||
Reference in New Issue
Block a user