From 6226f04cafbcecb5b936cdb320b5bc05db3e4369 Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 7 Jun 2016 19:56:40 +0200 Subject: Core/PacketIO: Updated query opcodes --- sql/updates/world/2016_xx_xx_xx_world_legion_01.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2016_xx_xx_xx_world_legion_01.sql (limited to 'sql') 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; -- cgit v1.2.3