mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
Support item levels > 255 as expected for 3.2.x clients.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
546f7a7fe5
commit
ee884d2791
2 changed files with 3 additions and 1 deletions
2
sql/320/7_item_template.sql
Normal file
2
sql/320/7_item_template.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE item_template
|
||||
CHANGE COLUMN ItemLevel ItemLevel smallint(5) unsigned NOT NULL DEFAULT 0;
|
||||
Loading…
Add table
Add a link
Reference in a new issue