mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-14 12:02:48 -04:00
4 lines
94 B
SQL
4 lines
94 B
SQL
-- Removing the now unused creature_movement table
|
|
DROP TABLE IF EXISTS `creature_movement`;
|
|
|