Skip to content

Commit

Permalink
[WDB][5136] q.1667 'Dead-tooth Jack'
Browse files Browse the repository at this point in the history
end script added

Closes:
cmangos/wotlk-db#966

(cherry picked from commit cmangos/wotlk-db@c7a5ad0
  • Loading branch information
Grz3s authored and AnonXS committed Dec 9, 2023
1 parent a116317 commit 516b311
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Updates/4518_WDB-5136_q.1667.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-- q.1667 'Dead-tooth Jack'
DELETE FROM dbscripts_on_quest_end WHERE id IN (1667);
INSERT INTO dbscripts_on_quest_end (id, delay, priority, command, datalong, datalong2, datalong3, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES
(1667,1,0,0,0,0,0,0,0,0,2305,0,0,0,0,0,0,0,'Say'),
(1667,1,1,1,66,0,0,0,0,0x04,0,0,0,0,0,0,0,0,'emote');
UPDATE quest_template SET CompleteScript = 1667 WHERE entry = 1667;

0 comments on commit 516b311

Please sign in to comment.