mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
Added lost SQL update
This commit is contained in:
parent
ffca6c8c57
commit
f65a29d1bf
1 changed files with 10 additions and 0 deletions
10
sql/310/1_mangos_item_template.sql
Normal file
10
sql/310/1_mangos_item_template.sql
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
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`;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue