Core/Datastore: fix structure of ItemExtendedCost hotfix table (#255)

This commit is contained in:
Roc13x
2021-04-20 15:00:47 +01:00
committed by GitHub
parent 6bc36258a1
commit d27eef16df
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `item_extended_cost`
ADD COLUMN `RequiredGuildLevel` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `RequirementFlags`;