Skip to content

Commit 2bdb849

Browse files
committed
[5290][ACID] Vaelen the Flayed 30056
corrected
1 parent 1af8dd1 commit 2bdb849

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

ACID/acid_wotlk.sql

+2
Original file line numberDiff line numberDiff line change
@@ -22689,6 +22689,8 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
2268922689
-- ELM General Purpose Bunny (scale x0.01) 24021
2269022690
('2402101','24021','1','0','100','1','1000','1000','10000','10000','0','0','45','5','25','0','0','0','0','0','0','0','0','0','ELM General Purpose Bunny (scale x0.01) - Send AI Event Custom A on OOC Timer.'),
2269122691
('2402102','24021','27','0','100','1','43151','1','10000','10000','0','0','45','6','25','0','0','0','0','0','0','0','0','0','ELM General Purpose Bunny (scale x0.01) - Send AI Event Custom B on Missing Buff'),
22692+
('2402103','-504501','1','0','100','1','0','100','100','10000','10000','0','11','55796','0','0','0','0','0','0','0','0','0','0','ELM General Purpose Bunny (scale x0.01) (Guid EAI) - Cast Get the Key: Vaelen\'s Chains - Right Hand on OOC Timer'),
22693+
('2402104','-504524','1','0','100','1','0','100','100','10000','10000','0','11','54112','0','0','0','0','0','0','0','0','0','0','ELM General Purpose Bunny (scale x0.01) (Guid EAI) - Cast Get the Key: Vaelen\'s Chains - Left Hand on OOC Timer'),
2269222694
-- Maethor Skyshadow (24357) - NSR
2269322695
-- Magnataur Huntress 24469
2269422696
('2446901','24469','11','0','100','0','0','0','0','0','0','0','22','0','0','0','0','0','0','0','0','0','0','0','Magnataur Huntress - Set Phase 0 on Spawn'),

Updates/5290_c.30056.sql

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
-- Vaelen the Flayed 30056
2+
DELETE FROM gossip_menu WHERE entry IN(9867);
3+
INSERT INTO gossip_menu(entry, text_id, script_id, condition_id) VALUES
4+
(9867,13671,0,0),
5+
(9867,13673,0,20646);
6+
DELETE FROM npc_text_broadcast_text WHERE Id IN(13671,13673);
7+
INSERT INTO npc_text_broadcast_text(Id,Prob0,BroadcastTextId0) VALUES
8+
(13671,1,30719),
9+
(13673,1,30724);
10+
DELETE FROM npc_text WHERE id IN (13671,13673);
11+
DELETE FROM conditions WHERE condition_entry = 20646;
12+
INSERT INTO conditions (condition_entry, `type`, value1, value2, value3, value4, flags, comments) VALUES
13+
(20646,8,12949,0,0,0,0,'');
14+
DELETE FROM spell_script_target WHERE entry IN (54112,55796);
15+
INSERT INTO spell_script_target (entry, `type`, targetEntry, inverseEffectMask) VALUES
16+
(54112, 1, 30056, 0),
17+
(55796, 1, 30056, 0);

0 commit comments

Comments
 (0)