diff options
author | Shauren <shauren.trinity@gmail.com> | 2024-08-02 14:50:20 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2024-08-02 14:50:20 +0200 |
commit | 9f933a63fc7ac1fa21801434c7bc2eb4873c6c5d (patch) | |
tree | f0018397490b60df42f6169be4aeb4c824e115a0 /sql | |
parent | 21fc0bfbf318c0426ec227f20f75fe0d871cd165 (diff) |
Fix typo in hotfix sql
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/hotfixes/master/2024_08_01_00_hotfixes.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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`; |