mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +00:00
6 lines
138 B
SQL
6 lines
138 B
SQL
ALTER TABLE `playercreateinfo`
|
|
DROP `attackpower`,
|
|
DROP `mindmg`,
|
|
DROP `maxdmg`,
|
|
DROP `ranmindmg`,
|
|
DROP `ranmaxdmg`;
|