aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-06-18 19:41:09 +0200
committerOvahlord <dreadkiller@gmx.de>2024-06-18 19:41:09 +0200
commit8a58c75b674e4cbc7c257f3c500c0ffadbadabfb (patch)
tree6cd03ba38aa8ac241ccdefafd57d5a9f57654ade /sql/updates
parent23135b198c21dc010489a2aa18f9ab1b604be49a (diff)
Core/DataStores: named new columns in ChrCustomizationOption which have been added in 11.x
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/hotfixes/cata_classic/2024_06_18_01_hotfixes.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/cata_classic/2024_06_18_01_hotfixes.sql b/sql/updates/hotfixes/cata_classic/2024_06_18_01_hotfixes.sql
new file mode 100644
index 00000000000..3dd60f2c2b0
--- /dev/null
+++ b/sql/updates/hotfixes/cata_classic/2024_06_18_01_hotfixes.sql
@@ -0,0 +1,3 @@
+ALTER TABLE `chr_customization_option`
+ CHANGE `Field110055087004` `ChrRacesID` INT UNSIGNED DEFAULT 0 NOT NULL,
+ CHANGE `Field110055087005` `Sex` INT DEFAULT 0 NOT NULL;