aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorfunjoker <torti-esser@web.de>2017-11-18 12:40:56 +0100
committerjoschiwald <joschiwald.trinity@gmail.com>2017-11-18 12:40:56 +0100
commit465012978f1f90a6917ba9129424d2bf749fe269 (patch)
tree57ebde1cf34bee05face19c3a20b2e329e105cbb /sql
parent2fc628ae8d432247440e6073344d083a9f7cb018 (diff)
Core/Scripting: Implemented Conversation scripts (#20758)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_11_18_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_11_18_00_world.sql b/sql/updates/world/master/2017_11_18_00_world.sql
new file mode 100644
index 00000000000..643e5654187
--- /dev/null
+++ b/sql/updates/world/master/2017_11_18_00_world.sql
@@ -0,0 +1,2 @@
+ALTER TABLE `conversation_template`
+ ADD COLUMN `ScriptName` VARCHAR(64) NOT NULL DEFAULT '' AFTER `LastLineEndTime`;