mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
feat(Core/Items): Delete old item id from recovery item (#18332)
This commit is contained in:
committed by
GitHub
parent
a452b25def
commit
985410f184
@@ -0,0 +1,3 @@
|
||||
--
|
||||
ALTER TABLE `recovery_item`
|
||||
ADD COLUMN `DeleteDate` INT UNSIGNED NULL DEFAULT NULL AFTER `Count`;
|
||||
Reference in New Issue
Block a user