mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
[10500] Extend SCRIPT_COMMAND_TALK to support random selected text
In addition to adding fields for text id storage (in total 4 text id's), also added a comments field for developers notes in scripts (it may help those being old of age to remember what goes on in a script). Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
869acb2a24
commit
0245efecb7
9 changed files with 127 additions and 37 deletions
|
|
@ -96,6 +96,7 @@ pkgdata_DATA = \
|
|||
10430_01_mangos_spell_chain.sql \
|
||||
10454_01_mangos_spell_proc_event.sql \
|
||||
10457_01_mangos_spell_proc_event.sql \
|
||||
10500_01_mangos_scripts.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -172,4 +173,5 @@ EXTRA_DIST = \
|
|||
10430_01_mangos_spell_chain.sql \
|
||||
10454_01_mangos_spell_proc_event.sql \
|
||||
10457_01_mangos_spell_proc_event.sql \
|
||||
10500_01_mangos_scripts.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue