aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2018-01-05 16:46:51 +0100
committerjoschiwald <joschiwald.trinity@gmail.com>2018-01-05 16:46:51 +0100
commit0d1e251e32e5151788083a8ed37f0c3295acd47e (patch)
tree32876016ed87b546a0d82859ea63bf0e11563a90 /sql
parent739b5309bf56e7597e46af90e8189128bddd3876 (diff)
Core/Creature: Added TitleAlt to creature_template
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2018_01_05_03_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_01_05_03_world.sql b/sql/updates/world/master/2018_01_05_03_world.sql
new file mode 100644
index 00000000000..8b57600068c
--- /dev/null
+++ b/sql/updates/world/master/2018_01_05_03_world.sql
@@ -0,0 +1,2 @@
+ALTER TABLE `creature_template`
+ ADD COLUMN `TitleAlt` CHAR(200) NULL AFTER `subname`;