From 0999ef0b774f2c93beefa6329d1a42a13377a35b Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 26 Mar 2017 13:32:28 +0200 Subject: Core/Scripts: Add support for spawn specific C++ scripts By Krudor --- sql/updates/world/3.3.5/2017_03_26_04_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_03_26_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_03_26_04_world.sql b/sql/updates/world/3.3.5/2017_03_26_04_world.sql new file mode 100644 index 00000000000..83b2ae9a0d2 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_03_26_04_world.sql @@ -0,0 +1,5 @@ +-- +ALTER TABLE `creature` ADD COLUMN `ScriptName` CHAR(64) NULL DEFAULT '' AFTER `dynamicflags`; +ALTER TABLE `gameobject` ADD COLUMN `ScriptName` CHAR(64) NULL DEFAULT '' AFTER `state`; +-- + -- cgit v1.2.3