aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2016_xx_xx_xx_world_legion_01.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2016_xx_xx_xx_world_legion_01.sql b/sql/updates/world/2016_xx_xx_xx_world_legion_01.sql
new file mode 100644
index 00000000000..5614bf76476
--- /dev/null
+++ b/sql/updates/world/2016_xx_xx_xx_world_legion_01.sql
@@ -0,0 +1,6 @@
+ALTER TABLE `page_text`
+ ADD `PlayerConditionID` int(11) NOT NULL DEFAULT '0' AFTER `NextPageID`,
+ ADD `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PlayerConditionID`;
+
+UPDATE `gameobject_template` SET `Data8`=`Data8`^1 WHERE `type`=0;
+UPDATE `gameobject_template` SET `flags`=`flags`|0x00100000 WHERE `type`=15;