From 23624ed75abc8cbb77bb2e24a08e0836e4c41db5 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 2 Mar 2025 15:43:34 +0100 Subject: Core: Updated to 11.1.0 --- sql/updates/world/master/2025_03_02_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2025_03_02_00_world.sql (limited to 'sql/updates/world') diff --git a/sql/updates/world/master/2025_03_02_00_world.sql b/sql/updates/world/master/2025_03_02_00_world.sql new file mode 100644 index 00000000000..a23e9c65832 --- /dev/null +++ b/sql/updates/world/master/2025_03_02_00_world.sql @@ -0,0 +1,4 @@ +ALTER TABLE `gossip_menu_option` MODIFY `BoxMoney` bigint unsigned NOT NULL DEFAULT 0; + +UPDATE `gameobject_template` SET `data4`=0x43,`VerifiedBuild`=-ABS(`VerifiedBuild`) WHERE `type`=32 AND `data4`=0; +UPDATE `gameobject_template` SET `data4`=0x10,`VerifiedBuild`=-ABS(`VerifiedBuild`) WHERE `type`=32 AND `data4`=1; -- cgit v1.2.3