mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
[9881] Add additional fields to *_scripts tables for storage of more data.
Currently not in use by any SCRIPT_COMMAND_* but we have secret plans to be revealed in the future! Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
fecf6fdb72
commit
faf3e287c7
7 changed files with 65 additions and 14 deletions
|
|
@ -58,6 +58,7 @@ pkgdata_DATA = \
|
|||
9826_01_mangos_spell_script_target.sql \
|
||||
9849_01_characters_saved_variables.sql \
|
||||
9854_01_mangos_spell_bonus_data.sql \
|
||||
9881_01_mangos_scripts.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -96,4 +97,5 @@ EXTRA_DIST = \
|
|||
9826_01_mangos_spell_script_target.sql \
|
||||
9849_01_characters_saved_variables.sql \
|
||||
9854_01_mangos_spell_bonus_data.sql \
|
||||
9881_01_mangos_scripts.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue