mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Fix some startup errors
This commit is contained in:
4
sql/updates/world/4.3.4/2018_07_16_04.sql
Normal file
4
sql/updates/world/4.3.4/2018_07_16_04.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `unit_class`=2 WHERE `entry`=49310;
|
||||
UPDATE `creature_template` SET `unit_class`=2 WHERE `entry`=49308;
|
||||
UPDATE `creature_template` SET `minlevel` = 85, `maxlevel` = 85, `exp` = 3, `faction` = 16, `unit_flags2` = 33589280 WHERE `entry` = 49299;
|
||||
Reference in New Issue
Block a user