mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
[8815] Reimplemented bgQueues announces, fixed possible problems with multithreaded queues Mutexes have to be still commented because of ACE bug. When player enters new bg from battleground, do not rewrite his m_BgData with zeros. patch is tested.
Signed-off-by: Triply <triply@getmangos.com>
This commit is contained in:
parent
d5ee544367
commit
ef26908948
8 changed files with 101 additions and 100 deletions
|
|
@ -156,6 +156,7 @@ pkgdata_DATA = \
|
|||
8800_01_mangos_spell_elixir.sql \
|
||||
8803_01_mangos_playercreateinfo_spell.sql \
|
||||
8803_02_mangos_playercreateinfo_action.sql \
|
||||
8815_01_mangos_mangos_string.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -292,4 +293,5 @@ EXTRA_DIST = \
|
|||
8800_01_mangos_spell_elixir.sql \
|
||||
8803_01_mangos_playercreateinfo_spell.sql \
|
||||
8803_02_mangos_playercreateinfo_action.sql \
|
||||
8815_01_mangos_mangos_string.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue