From 8efeb202a500bda46283127f66fb85f6b91f9e76 Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 7 Sep 2023 01:10:07 +0200 Subject: Core: Update to 10.1.7 --- sql/updates/hotfixes/master/2023_09_07_00_hotfixes.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/hotfixes/master/2023_09_07_00_hotfixes.sql (limited to 'sql/updates/hotfixes') diff --git a/sql/updates/hotfixes/master/2023_09_07_00_hotfixes.sql b/sql/updates/hotfixes/master/2023_09_07_00_hotfixes.sql new file mode 100644 index 00000000000..61dbd08eb22 --- /dev/null +++ b/sql/updates/hotfixes/master/2023_09_07_00_hotfixes.sql @@ -0,0 +1,10 @@ +ALTER TABLE `chr_classes` MODIFY `RolesMask` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `ClassColorB`; + +ALTER TABLE `chr_customization_element` ADD `ParticleColorID` int NOT NULL DEFAULT 0 AFTER `AnimKitID`; + +ALTER TABLE `creature_model_data` ADD `WalkSpeed` float NOT NULL DEFAULT 0 AFTER `FileDataID`; +ALTER TABLE `creature_model_data` ADD `RunSpeed` float NOT NULL DEFAULT 0 AFTER `WalkSpeed`; + +ALTER TABLE `taxi_nodes` MODIFY `Flags` int NOT NULL DEFAULT 0 AFTER `CharacterBitNumber`; + +ALTER TABLE `taxi_path_node` MODIFY `Flags` int NOT NULL DEFAULT 0 AFTER `ContinentID`; -- cgit v1.2.3