mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 04:37:04 +00:00
[10662] Implement partly item looting
* Not deleted normal item loot at first loot window close. * Save current item loot content to DB for later continue looting. * Cleanup spell effect SPELL_EFFECT_OPEN_LOCK check code * Cleanup Player::AutoStoreLoot calls
This commit is contained in:
parent
9a5accf8a9
commit
f48e768a70
21 changed files with 392 additions and 132 deletions
|
|
@ -112,6 +112,7 @@ pkgdata_DATA = \
|
|||
10654_01_mangos_game_event_creature_quest.sql \
|
||||
10655_01_characters_character_queststatus_monthly.sql \
|
||||
10660_01_mangos_game_event_quest.sql \
|
||||
10662_01_characters_item_loot.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -204,4 +205,5 @@ EXTRA_DIST = \
|
|||
10654_01_mangos_game_event_creature_quest.sql \
|
||||
10655_01_characters_character_queststatus_monthly.sql \
|
||||
10660_01_mangos_game_event_quest.sql \
|
||||
10662_01_characters_item_loot.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue