mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
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>
3 lines
228 B
SQL
3 lines
228 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_10299_01_mangos_event_id_scripts required_10307_01_mangos_instance_template bit;
|
|
|
|
ALTER TABLE instance_template CHANGE COLUMN `script` `ScriptName` varchar(128) NOT NULL default '';
|