mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 19:37:02 +00:00
5 lines
132 B
SQL
5 lines
132 B
SQL
ALTER TABLE `creature`
|
|
DROP `spawn_position_x`,
|
|
DROP `spawn_position_y`,
|
|
DROP `spawn_position_z`,
|
|
DROP `spawn_orientation`;
|