diff options
| author | Keader <keader.android@gmail.com> | 2017-01-21 11:03:26 -0300 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2017-01-21 11:03:26 -0300 |
| commit | 591a25500d98a17eaf70215329080ca2f41783ed (patch) | |
| tree | 2fdef040f97d78b30204298b0600f512fca249ef /sql | |
| parent | 44388bc8fb7d51c2454372d40a4c929b887ee668 (diff) | |
Core/Scripts: Fixed Crok event not starting
[*] Fixed Svalna entering in combat with people ouside of room
Closes #8186
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_01_21_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_01_21_00_world.sql b/sql/updates/world/3.3.5/2017_01_21_00_world.sql new file mode 100644 index 00000000000..8e85edf00e3 --- /dev/null +++ b/sql/updates/world/3.3.5/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 |
