Skip to content

Commit

Permalink
[5337][ACID] Q: It's All Fun and Games
Browse files Browse the repository at this point in the history
Fixed:
- q.12892 'It's All Fun and Games' - H
- q.12887 'It's All Fun and Games' - A

Closes:
cmangos/issues#2596

Part of:
#378
  • Loading branch information
Grz3s committed Jun 17, 2024
1 parent 727d43e commit a336fb0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ACID/acid_wotlk.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28260,8 +28260,10 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- Death Knight Master 29738
('2973801','29738','27','0','100','1','50689','1','15000','30000','0','0','11','50689','0','0','0','0','0','0','0','0','0','0','Death Knight Master - Cast Blood Presence (Rank 1) on Missing Buff'),
('2973802','29738','0','0','100','1025','3000','7000','6000','9000','0','0','11','50688','1','0','0','0','0','0','0','0','0','0','Death Knight Master - Cast Plague Strike'),
-- The Ocular 29747
('2974701','29747','11','0','100','0','0','0','0','0','0','0','11','18950','0','32','0','0','0','0','0','0','0','0','The Ocular - Cast Invisibility and Stealth Detection on Spawn'),
-- The Ocular 29747 -- kill credit should happen via spell: 55288
('2974701','29747','11','0','100','0','0','0','0','0','0','0','61','1','0','0','0','0','0','0','0','0','0','0','The Ocular - xxxx on Spawn'),

This comment has been minimized.

Copy link
@AnonXS

AnonXS Jun 17, 2024

Member

anothertime

('2974702','29747','0','0','100','1025','0','0','5000','5000','0','0','11','55269','1','256','0','0','0','0','0','0','0','0','The Ocular - Cast Spark'),
('2974703','29747','6','0','100','0','0','0','0','0','0','0','33','29803','6','0','0','0','0','0','0','0','0','0','The Ocular - Cast It\'s All Fun and Games: The Ocular On Death'),
-- Vile 29769
('2976901','29769','4','0','100','0','0','0','0','0','0','0','1','30461','0','0','0','0','0','0','0','0','0','0','Vile - Say on Aggro'),
('2976902','29769','0','0','100','1025','5000','8000','5000','8000','0','0','11','6253','1','0','0','0','0','0','0','0','0','0','Vile - Cast Backhand'),
Expand Down
8 changes: 8 additions & 0 deletions Updates/5337_q.12892_12887.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
-- q.12892 'It's All Fun and Games' - H
-- q.12887 'It's All Fun and Games' - A
-- The Ocular 29747
UPDATE creature_template SET InhabitType = 4, StaticFlags2 = 4194336 WHERE entry = 29747;
DELETE FROM creature_addon WHERE guid IN (SELECT guid FROM creature WHERE id IN (29747));
DELETE FROM creature_template_addon WHERE entry IN (29747);
INSERT INTO creature_template_addon (entry, mount, stand_state, sheath_state, pvp_flags, emote, moveflags, auras) VALUES
(29747,0,0,0,0,0,0,'18950 55162');

0 comments on commit a336fb0

Please sign in to comment.