mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 22:37:04 +00:00
[9136] Merge branch '330' - Switch to support client version 3.3.0A
You need extract new dbc. Also recommended extract new map/vmaps. And apply ofc sql updates that including character convertion. Special thanks to TOM_RUS for continue work at next client versions support :)
This commit is contained in:
commit
dc643371c8
69 changed files with 1860 additions and 1279 deletions
|
|
@ -228,6 +228,13 @@ pkgdata_DATA = \
|
|||
9121_01_mangos_npc_spellclick_spells.sql \
|
||||
9125_01_mangos_npc_spellclick_spells.sql \
|
||||
9133_01_mangos_spell_proc_event.sql \
|
||||
9136_01_characters_account_data.sql \
|
||||
9136_02_mangos_quest_poi.sql \
|
||||
9136_03_characters_character_ticket.sql \
|
||||
9136_04_mangos_spell_chain.sql \
|
||||
9136_05_mangos_spell_bonus_data.sql \
|
||||
9136_06_mangos_spell_proc_event.sql \
|
||||
9136_07_characters_characters.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -436,4 +443,11 @@ EXTRA_DIST = \
|
|||
9121_01_mangos_npc_spellclick_spells.sql \
|
||||
9125_01_mangos_npc_spellclick_spells.sql \
|
||||
9133_01_mangos_spell_proc_event.sql \
|
||||
9136_01_characters_account_data.sql \
|
||||
9136_02_mangos_quest_poi.sql \
|
||||
9136_03_characters_character_ticket.sql \
|
||||
9136_04_mangos_spell_chain.sql \
|
||||
9136_05_mangos_spell_bonus_data.sql \
|
||||
9136_06_mangos_spell_proc_event.sql \
|
||||
9136_07_characters_characters.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue