mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 04:37:01 +00:00
2 lines
132 B
SQL
2 lines
132 B
SQL
update creature_template set speed=1 where speed=0;
|
|
alter table `creature_template` change `speed` `speed` float DEFAULT '1' NULL;
|