3 lines
93 B
SQL
3 lines
93 B
SQL
-- Removing the now unused creature_movement table
|
|
DROP TABLE IF EXISTS `creature_movement`;
|