[10307] Rename two tables to prefix scripted_, making the tables have consistent names

Both tables (areatrigger / event_id) are used explicit to store ScriptName for script library use.
In addition rename to ScriptName in instance_template

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-08-01 23:09:27 +02:00
parent 0880454847
commit c6f2f16e05
8 changed files with 69 additions and 54 deletions

View file

@ -61,6 +61,9 @@ pkgdata_DATA = \
10289_01_mangos_creature_template.sql \
10289_02_mangos_creature_model_info.sql \
10299_01_mangos_event_id_scripts.sql \
10307_01_mangos_instance_template.sql \
10307_02_mangos_scripted_areatrigger.sql \
10307_03_mangos_scripted_event_id.sql \
README
## Additional files to include when running 'make dist'
@ -102,4 +105,7 @@ EXTRA_DIST = \
10289_01_mangos_creature_template.sql \
10289_02_mangos_creature_model_info.sql \
10299_01_mangos_event_id_scripts.sql \
10307_01_mangos_instance_template.sql \
10307_02_mangos_scripted_areatrigger.sql \
10307_03_mangos_scripted_event_id.sql \
README