Skip to content

Commit

Permalink
[WDB][4741][ACID] Quests: 'Curing the Sick'
Browse files Browse the repository at this point in the history
- 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
Grz3s authored and AnonXS committed Apr 21, 2023
1 parent 53ba8b9 commit 77e8b1b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ACID/acid_tbc.sql
Original file line number Diff line number Diff line change
Expand Up @@ -30417,9 +30417,11 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- Salome (11776) - Critter
-- Plagueland Termite 12120 - Critter
-- Voice of Elune 12152 - Critter
-- Sickly Gazelle 12296 - spell_dummy_npc - Critter
-- Sickly Gazelle 12296
('1229601','12296','8','0','100','0','19512','-1','0','0','0','0','28','0','19502','0','33','12297','6','0','53','26','0','0','Sickly Gazelle - Remove aura and Kill Credit and START_RELAY_SCRIPT on Spell Hit'),
-- Cured Gazelle 12297 - Critter
-- Sickly Deer (12298) - spell_dummy_npc - Critter
-- Sickly Deer 12298
('1229801','12298','8','0','100','0','19512','-1','0','0','0','0','28','0','19502','0','33','12299','6','0','53','27','0','0','Sickly Deer - Remove aura and Kill Credit and START_RELAY_SCRIPT on Spell Hit'),
-- Cured Deer 12299 - Critter
-- Nibbles 12383 - Critter
-- Wisp (Ghost Visual Only) 12861 - Critter
Expand Down
9 changes: 9 additions & 0 deletions Updates/0718_WDB-4741_q.6124_6129.sql
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');

0 comments on commit 77e8b1b

Please sign in to comment.