diff options
| author | Keader <keader.android@gmail.com> | 2017-01-21 11:03:26 -0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2019-06-15 18:41:09 +0200 |
| commit | 6e3ce8cf8b51427ecf61ee45099abab12330269b (patch) | |
| tree | 0428227cc94586709e70bd8ab82bcc86b4665561 /sql | |
| parent | 7c760ad992e042b95d92b391099f1563ebf7514f (diff) | |
Core/Scripts: Fixed Crok event not starting
[*] Fixed Svalna entering in combat with people ouside of room
Closes #8186
(cherrypicked from 591a25500d98a17eaf70215329080ca2f41783ed)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2019_06_15_06_world_2017_01_21_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
