From 6e3ce8cf8b51427ecf61ee45099abab12330269b Mon Sep 17 00:00:00 2001 From: Keader Date: Sat, 21 Jan 2017 11:03:26 -0300 Subject: Core/Scripts: Fixed Crok event not starting [*] Fixed Svalna entering in combat with people ouside of room Closes #8186 (cherrypicked from 591a25500d98a17eaf70215329080ca2f41783ed) --- sql/updates/world/master/2019_06_15_06_world_2017_01_21_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2019_06_15_06_world_2017_01_21_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2019_06_15_06_world_2017_01_21_00_world.sql b/sql/updates/world/master/2019_06_15_06_world_2017_01_21_00_world.sql new file mode 100644 index 00000000000..8e85edf00e3 --- /dev/null +++ b/sql/updates/world/master/2019_06_15_06_world_2017_01_21_00_world.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `unit_flags`=512 WHERE `entry`=37129; -- Crok +UPDATE `creature_addon` SET `auras`=70203 WHERE `guid`=137753; -- Svalna -- cgit v1.2.3