aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2023-03-31 23:25:35 +0200
committerModoX <moardox@gmail.com>2023-03-31 23:25:35 +0200
commit1895f2230c2cc1ad517cbe9e49987200740948f4 (patch)
tree9eb9058161981082266fdd79e41a505efa3320a7 /sql
parent1788142a5447282eac792d2ebab0e5f1213083d7 (diff)
DB/Deepholm: Fix sql
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2023_03_31_02_world.sql4
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