mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[9883] Change SCRIPT_COMMAND_TALK to support CHAT_TYPE_* using enum ChatType
Making data consistent with other, similar tables like EventAI's text tables. This convert existing data and also adds support for all chat types. Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
41c58f3be9
commit
b208effca6
8 changed files with 57 additions and 17 deletions
|
|
@ -59,6 +59,7 @@ pkgdata_DATA = \
|
|||
9849_01_characters_saved_variables.sql \
|
||||
9854_01_mangos_spell_bonus_data.sql \
|
||||
9881_01_mangos_scripts.sql \
|
||||
9883_01_mangos_scripts.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -98,4 +99,5 @@ EXTRA_DIST = \
|
|||
9849_01_characters_saved_variables.sql \
|
||||
9854_01_mangos_spell_bonus_data.sql \
|
||||
9881_01_mangos_scripts.sql \
|
||||
9883_01_mangos_scripts.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue