mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 10:37:06 +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;
|