mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-09 03:18:57 +01:00
Added missing sql for last commit.
--HG-- branch : trunk
This commit is contained in:
3
sql/updates/7660_world_creature_template.sql
Normal file
3
sql/updates/7660_world_creature_template.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE creature_template ADD COLUMN speed_run float NOT NULL default '1.14286' COMMENT 'Result of 8.0/7.0, most common value' AFTER speed;
|
||||
UPDATE creature_template SET speed=1 WHERE speed IS NULL;
|
||||
ALTER TABLE creature_template CHANGE COLUMN speed speed_walk FLOAT NOT NULL DEFAULT '1' COMMENT 'Result of 2.5/2.5, most common value';
|
||||
Reference in New Issue
Block a user