Skip to content

Commit

Permalink
[TDB] DM North: Spawn the correct trap after completing quest 1193.
Browse files Browse the repository at this point in the history
cmangos/wotlk-db@7b13e05

broken trap -> fixed trap

(cherry picked from commit cmangos/tbc-db@c9b50ab
  • Loading branch information
evil-at-wow authored and AnonXS committed Dec 14, 2023
1 parent ea9d3ae commit 2a7c6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Updates/Instances/429_dire_maul.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3023,7 +3023,7 @@ INSERT INTO `dbscripts_on_gossip` (`id`, `delay`, `command`, `datalong`, `datalo
DELETE FROM `dbscripts_on_quest_end` WHERE `id` IN (1193,5525);
INSERT INTO `dbscripts_on_quest_end` (`id`, `delay`, `command`, `datalong`, `datalong2`, `datalong3`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) VALUES
-- A Broken Trap
(1193, 0, 9, @OGUID+40, 3600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'spawn Fixed trap'),
(1193, 0, 9, @OGUID+49, 3600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'spawn Fixed trap'),
-- Free Knot!
(5525, 0, 0, 0, 0, 0, 0, 0, 0, 9346, 0, 0, 0, 0, 0, 0, 0, 'Knot Thimblejack'),
(5525, 0, 29, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'remove flag'),
Expand Down

0 comments on commit 2a7c6a2

Please sign in to comment.