From 9f2b3c9f72cfc73b88f5dbaaf5bca71a6c4e7b10 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Tue, 6 Dec 2022 13:34:43 +0100 Subject: [PATCH] =?UTF-8?q?fix(DB/SAI):=20Unliving=20adds=20summoned=20by?= =?UTF-8?q?=20Auchenai=20Soulpriest/Monk/Vindi=E2=80=A6=20(#13890)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/SAI): Unliving adds summoned by Auchenai Soulpriest/Monk/Vindicator should cast Phase In on summon. Fixes #13814 --- .../updates/pending_db_world/rev_1668948769786286200.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1668948769786286200.sql diff --git a/data/sql/updates/pending_db_world/rev_1668948769786286200.sql b/data/sql/updates/pending_db_world/rev_1668948769786286200.sql new file mode 100644 index 000000000..dadae675f --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1668948769786286200.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (18498,18499,18500,18501,18503) AND `source_type`=0 AND `id`=12; +INSERT INTO `smart_scripts` VALUES +(18498,0,12,0,54,0,100,0,0,0,0,0,0,11,33422,2,0,0,0,0,1,0,0,0,0,0,0,0,0,'Unliving Soldier - on just summoned - cast Phase In'), +(18499,0,12,0,54,0,100,0,0,0,0,0,0,11,33422,2,0,0,0,0,1,0,0,0,0,0,0,0,0,'Unliving Sorcerer - on just summoned - cast Phase In'), +(18500,0,12,0,54,0,100,0,0,0,0,0,0,11,33422,2,0,0,0,0,1,0,0,0,0,0,0,0,0,'Unliving Cleric - on just summoned - cast Phase In'), +(18501,0,12,0,54,0,100,0,0,0,0,0,0,11,33422,2,0,0,0,0,1,0,0,0,0,0,0,0,0,'Unliving Stalker - on just summoned - cast Phase In'), +(18503,0,12,0,54,0,100,0,0,0,0,0,0,11,33422,2,0,0,0,0,1,0,0,0,0,0,0,0,0,'Phantasmal Possessor - on just summoned - cast Phase In');