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