fix(Scripts/Item): Winter Veil Disguise Kit cannot be used during pre… (#12883)

...paration phase.
This commit is contained in:
UltraNix
2022-09-07 02:38:50 +02:00
committed by GitHub
parent e13dfb8d32
commit 0ae93c1c94
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id`=21848;
INSERT INTO `spell_script_names` VALUES
(21848,'spell_item_snowman');