diff options
| author | Krudor <erikstrandberg93@hotmail.com> | 2017-03-18 11:31:31 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2017-03-18 11:31:31 +0100 |
| commit | 5a36a2eb17aeec937b4375f341239fdb9dce5fda (patch) | |
| tree | eac8a498a243fa145877636402f8bf86528a7cfb /sql/updates | |
| parent | 0a35c473c8df41ec5e0699873e0746700eeb6b41 (diff) | |
Core/Scripts: Add support for spawn specific C++ scripts
Closes #19247
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2017_03_18_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_18_01_world.sql b/sql/updates/world/master/2017_03_18_01_world.sql new file mode 100644 index 00000000000..8dec2022141 --- /dev/null +++ b/sql/updates/world/master/2017_03_18_01_world.sql @@ -0,0 +1,2 @@ +ALTER TABLE `creature` ADD COLUMN `ScriptName` CHAR(64) NULL DEFAULT '' AFTER `dynamicflags`; +ALTER TABLE `gameobject` ADD COLUMN `ScriptName` CHAR(64) NULL DEFAULT '' AFTER `state`; |
