Skip to content

Commit

Permalink
[5367][ACID] q.13079 'The Boon of Alexstrasza'
Browse files Browse the repository at this point in the history
Scripted

Part of:
#374
  • Loading branch information
Grz3s committed Jul 21, 2024
1 parent d9e4310 commit ec363d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ACID/acid_wotlk.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28540,6 +28540,8 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('3063207','30632','30','0','100','0','5','30632','0','0','0','0','22','1','0','0','0','0','0','0','0','0','0','0','Mjordin Water Magus - Set Phase 1 on Receive AI Event Custom A'),
('3063208','30632','1','1','100','1','1000','6000','5000','9000','0','0','5','1','0','0','0','0','0','0','0','0','0','0','Mjordin Water Magus - emote on OOC Timer (Phase 1)'),
-- Water Terror 30633
-- Ruby Flower 30634
('3063401','30634','11','0','100','0','0','0','0','0','0','0','11','49801','0','0','0','0','0','0','0','0','0','0','Ruby Flower - Cast BOTM - Flowery Brew - Grow on Spawn'),
-- Argent Mason 30639
-- Rhydian 30656
-- Siegemaster Fezzik 30657
Expand Down
5 changes: 5 additions & 0 deletions Updates/5367_q.13079.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- q.13079 'The Boon of Alexstrasza'
DELETE FROM dbscripts_on_quest_end WHERE id IN (13079);
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
(13079,0,15,57680,0,0,0,0,0x04,0,0,0,0,0,0,0,0,'Cast 57680');
UPDATE quest_template SET CompleteScript = 13079 WHERE entry IN (13079);

0 comments on commit ec363d6

Please sign in to comment.