mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 17:08:23 +01:00
Core/Datastore: fix structure of ItemExtendedCost hotfix table (#255)
This commit is contained in:
2
sql/updates/hotfixes/4.3.4/2021_04_15_00_hotfixes.sql
Normal file
2
sql/updates/hotfixes/4.3.4/2021_04_15_00_hotfixes.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `item_extended_cost`
|
||||
ADD COLUMN `RequiredGuildLevel` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `RequirementFlags`;
|
||||
Reference in New Issue
Block a user