From fa2ceaa19e94fa43761f3ffa5d03238e9764c9aa Mon Sep 17 00:00:00 2001 From: Rushor Date: Sat, 14 Jan 2017 18:28:47 +0100 Subject: [PATCH] DB/SAI: Arcane Protector Closes #18831 --- sql/updates/world/3.3.5/2017_01_14_04_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_01_14_04_world.sql diff --git a/sql/updates/world/3.3.5/2017_01_14_04_world.sql b/sql/updates/world/3.3.5/2017_01_14_04_world.sql new file mode 100644 index 00000000000..d8bb51cd93f --- /dev/null +++ b/sql/updates/world/3.3.5/2017_01_14_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param1`=18950, `comment`='Arcane Protector - Out of Combat - Cast \'Invisibility and Stealth Detection\'' WHERE `entryorguid`=16504 AND `source_type`=0 AND `id`=2 AND `link`=0;