mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
[7015] Implement support -1 in item_template.stackable and item_template.maxcount fields.
Also disable incorrect used vanity pets/currences/quest items special slotes. All items in its will be send by mail to characters at re-login. Fixed code for item stacks operations with size > 255.
This commit is contained in:
parent
7864c9aee1
commit
ee505ec9da
16 changed files with 109 additions and 61 deletions
|
|
@ -108,6 +108,7 @@ pkgdata_DATA = \
|
|||
6976_01_realmd_realmd_db_version.sql \
|
||||
6976_02_characters_character_db_version.sql \
|
||||
7002_01_mangos_spell_chain.sql \
|
||||
7015_01_mangos_item_template.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -196,4 +197,5 @@ EXTRA_DIST = \
|
|||
6976_01_realmd_realmd_db_version.sql \
|
||||
6976_02_characters_character_db_version.sql \
|
||||
7002_01_mangos_spell_chain.sql \
|
||||
7015_01_mangos_item_template.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue