From 9f933a63fc7ac1fa21801434c7bc2eb4873c6c5d Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 2 Aug 2024 14:50:20 +0200 Subject: Fix typo in hotfix sql --- sql/updates/hotfixes/master/2024_08_01_00_hotfixes.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/updates') diff --git a/sql/updates/hotfixes/master/2024_08_01_00_hotfixes.sql b/sql/updates/hotfixes/master/2024_08_01_00_hotfixes.sql index e75d062bc05..933968e9755 100644 --- a/sql/updates/hotfixes/master/2024_08_01_00_hotfixes.sql +++ b/sql/updates/hotfixes/master/2024_08_01_00_hotfixes.sql @@ -76,7 +76,7 @@ ALTER TABLE `garr_follower` MODIFY `Quality` int NOT NULL DEFAULT 0 AFTER `Allia ALTER TABLE `garr_plot` MODIFY `PlotType` int NOT NULL DEFAULT 0 AFTER `Name`; -ALTER TABLE `glyph_properties` MODIFY `GlyphType` tinyint NOT NULL DEFAULT 0 AFTER `Name`; +ALTER TABLE `glyph_properties` MODIFY `GlyphType` tinyint NOT NULL DEFAULT 0 AFTER `SpellID`; ALTER TABLE `gossip_npc_option` MODIFY `GarrFollowerTypeID` tinyint NOT NULL DEFAULT 0 AFTER `TrainerID`; -- cgit v1.2.3