mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
Merge commit 'origin/master' into 310 (at [7360])
This commit is contained in:
commit
ce8bd43bef
69 changed files with 2352 additions and 1751 deletions
|
|
@ -2,9 +2,9 @@ alter table `item_template`
|
|||
drop column `dmg_type3`,
|
||||
drop column `dmg_max3`,
|
||||
drop column `dmg_min3`,
|
||||
drop column `dmg_type5`,
|
||||
drop column `dmg_max5`,
|
||||
drop column `dmg_min5`,
|
||||
drop column `dmg_type4`,
|
||||
drop column `dmg_max4`,
|
||||
drop column `dmg_min4`;
|
||||
drop column `dmg_min4`,
|
||||
drop column `dmg_type5`,
|
||||
drop column `dmg_max5`,
|
||||
drop column `dmg_min5`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue