diff options
author | ModoX <moardox@gmail.com> | 2023-03-31 23:25:35 +0200 |
---|---|---|
committer | ModoX <moardox@gmail.com> | 2023-03-31 23:25:35 +0200 |
commit | 1895f2230c2cc1ad517cbe9e49987200740948f4 (patch) | |
tree | 9eb9058161981082266fdd79e41a505efa3320a7 /sql | |
parent | 1788142a5447282eac792d2ebab0e5f1213083d7 (diff) |
DB/Deepholm: Fix sql
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2023_03_31_02_world.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/master/2023_03_31_02_world.sql b/sql/updates/world/master/2023_03_31_02_world.sql index d34457ce38d..11b9e514fa4 100644 --- a/sql/updates/world/master/2023_03_31_02_world.sql +++ b/sql/updates/world/master/2023_03_31_02_world.sql @@ -1,6 +1,6 @@ -- Template update -UPDATE `creature_template` SET `minlevel`=35, `maxlevel`=35, `unit_flags3`=524288 WHERE `entry` IN (42747, 42757); -- Slain Crew Member's Spirit -UPDATE `creature_template` SET `minlevel`=35, `maxlevel`=35, `unit_flags3`=8192, `dynamicflags`=0 WHERE `entry` IN (42681, 42682); -- Slain Crew Member +UPDATE `creature_template` SET `unit_flags3`=524288 WHERE `entry` IN (42747, 42757); -- Slain Crew Member's Spirit +UPDATE `creature_template` SET `unit_flags3`=8192, `dynamicflags`=0 WHERE `entry` IN (42681, 42682); -- Slain Crew Member UPDATE `creature_template` SET `speed_run`=1, `unit_flags3`=1 WHERE `entry`=42728; -- Spirit Totem -- Creature Text |