-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WDB][4741][ACID] Quests: 'Curing the Sick'
- q.6129 'Curing the Sick' - H - q.6124 'Curing the Sick' - A Req Core update cmangos/mangos-wotlk@c900cc5 Part of: cmangos/issues#3228 (cherry picked from commit cmangos/wotlk-db@98aabc6
- Loading branch information
Showing
2 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
-- q.6129 'Curing the Sick' - H | ||
-- q.6124 'Curing the Sick' - A | ||
DELETE FROM dbscripts_on_relay WHERE id IN (26,27); | ||
INSERT INTO dbscripts_on_relay (id, delay, command, datalong, datalong2, datalong3, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES | ||
(26,0,44,12297,0,0,0,0,0x04,0,0,0,0,0,0,0,0,'Part of Sickly Gazelle 12296 EAI: Update template'), | ||
(26,10000,18,0,0,0,0,0,0x04,0,0,0,0,0,0,0,0,'Part of Sickly Gazelle 12296 EAI: Force Despawn'), | ||
(27,0,44,12299,0,0,0,0,0x04,0,0,0,0,0,0,0,0,'Part of Sickly Deer 12298 EAI: Update template'), | ||
(27,10000,18,0,0,0,0,0,0x04,0,0,0,0,0,0,0,0,'Part of Sickly Deer 12298 EAI: Force Despawn'); | ||
|