From 9da5e850f63fef2ae44739350a4771930e98cfda Mon Sep 17 00:00:00 2001 From: Wyrserth Date: Sat, 3 Aug 2019 09:33:50 +0200 Subject: Script/Hyjal: prevent Archimode from attacking players while invisible, and fix his scale (thanks Killyana!). Closes #16424. --- sql/updates/world/3.3.5/2019_08_03_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_08_03_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_08_03_00_world.sql b/sql/updates/world/3.3.5/2019_08_03_00_world.sql new file mode 100644 index 00000000000..f71e3fc19da --- /dev/null +++ b/sql/updates/world/3.3.5/2019_08_03_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `scale`=1 WHERE `entry` =17968; -- cgit v1.2.3