mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Misc: Fix some startup errors
This commit is contained in:
7
sql/updates/world/2013_11_03_27_world_misc.sql
Normal file
7
sql/updates/world/2013_11_03_27_world_misc.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `minlevel`=80, `maxlevel`=80, `speed_walk`='1.2', `speed_run`='0.98571' WHERE `entry`=35415;
|
||||
UPDATE `creature_template` SET `minlevel`=80, `maxlevel`=80, `speed_walk`='1.2', `speed_run`='1', `unit_class`=4 WHERE `entry`=35431;
|
||||
UPDATE `creature_template` SET `minlevel`=80, `maxlevel`=80, `speed_walk`='2.8', `speed_run`='2.42857', `unit_class`=4 WHERE `entry`=35413;
|
||||
UPDATE `creature_template` SET `minlevel`=80, `maxlevel`=80, `speed_walk`='3.2' WHERE `entry`=35419;
|
||||
UPDATE `creature_template` SET `minlevel`=80, `maxlevel`=80 WHERE `entry`=35429;
|
||||
UPDATE `creature_template` SET `minlevel`=80, `maxlevel`=80, `speed_walk`='1.2', `unit_class`=4 WHERE `entry`=35433;
|
||||
Reference in New Issue
Block a user