[CODE]-- Add spell conditions for 69705
SET @SPELL := 69705;
DELETE FROM conditions
WHERE SourceTypeOrReferenceId
=13 AND SourceEntry
=@SPELL;
INSERT INTO conditions
(SourceTypeOrReferenceId
,SourceGroup
,SourceEntry
,ElseGroup
,ConditionTypeOrReference
,ConditionValue1
,ConditionValue2
,ConditionValue3
,ErrorTextId
,ScriptName
,Comment
) VALUES
(13,0,@SPELL,0,18,1,36838,0,0,‘’,‘Gunship Battle - Spell 69705 (Below Zero) target creature 36838’),
(13,0,@SPELL,0,18,1,36839,0,0,‘’,‘Gunship Battle - Spell 69705 (Below Zero) target creature 36839’);
– Auras on Battle Standards summoned by mages on the Ramparts when they are rescued (first squad only)
DELETE FROM creature_template_addon
WHERE entry
IN (37044, 37041);
INSERT INTO creature_template_addon
(entry
, path_id
, mount
, bytes1
, bytes2
, emote
, auras
) VALUES
(37044, 0, 0, 0, 0, 0, “69809”), – Kor’kron Battle Standard
(37041, 0, 0, 0, 0, 0, “69808”); – Skybreaker Battle Standard
[/sql]
I strongly disrecommend you to apply this since not everything is a 100% sure of being blizzlike.
As of now, maybe this isn’t even supposed to be in the SAI sub forum now. but, well.
[/CODE]