Skip to content

Commit

Permalink
Fix gossip of Xizk Goodstitch. [VDB]
Browse files Browse the repository at this point in the history
Closes vmangos/core#2739

(cherry picked from commit vmangos/core@ce50f98
  • Loading branch information
ratkosrb authored and AnonXS committed Dec 1, 2024
1 parent b1e1532 commit 16bb39e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Updates/4678_VDB-20240828201652_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
-- Add your query below.
-- https://github.com/vmangos/core/commit/ce50f98c9b3d0e1dfb87d903198a8dd246ffaf1a

-- Fix gossip of Xizk Goodstitch.
DELETE FROM `gossip_menu` WHERE `entry`=2685;
INSERT INTO `gossip_menu` (`entry`, `text_id`, `script_id`, `condition_id`) VALUES
(2685, 3357, 0, 0), -- missing
(2685, 3358, 0, 19); -- Player ClassMask: 256


-- End of migration.

0 comments on commit 16bb39e

Please sign in to comment.