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 https://github.com/TrinityCore/TrinityCore/commit/029527365f1763c45e8668c16ecd25ba7553bb22 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:
@@ -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');
|
||||
Reference in New Issue
Block a user