We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d2feb commit 9be6377Copy full SHA for 9be6377
sql/updates/world/3.3.5/2025_03_30_01_world.sql
@@ -0,0 +1,5 @@
1
+-- Object 'Wanted Poster' (142122) has same quests as 'Wanted Poster' (150075)
2
+DELETE FROM `gameobject_queststarter` WHERE `id`=142122;
3
+INSERT INTO `gameobject_queststarter` (`id`, `quest`) VALUES
4
+(142122, 2781), -- WANTED: Caliph Scorpidsting
5
+(142122, 2875); -- WANTED: Andre Firebeard
0 commit comments