fix(Core/Spell): Roll 'dem Bones (#14522)

* fix(Core/Spell): Roll 'dem Bones

* closes https://github.com/azerothcore/azerothcore-wotlk/issues/14357

* Partial cp of 029527365f

Co-Authored-By: joschiwald <736792+joschiwald@users.noreply.github.com>

* newline pleb

Co-authored-by: joschiwald <736792+joschiwald@users.noreply.github.com>
This commit is contained in:
Kitzunu
2023-01-07 20:05:42 +01:00
committed by GitHub
parent 21700f2760
commit 7b774c8141
3 changed files with 46 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 47776 AND `ScriptName` = 'spell_item_worn_troll_dice';
INSERT INTO `spell_script_names` VALUES
(47776, 'spell_item_worn_troll_dice');