Core/Scripts: Fix Blood summon position

Port From (https://github.com/TrinityCore/TrinityCore/commit/b86a66c5be93b594fdda045e860cc1ccf16cee82)
This commit is contained in:
hondacrx
2021-11-29 17:18:31 -05:00
parent ecc807f36f
commit b543a20bc3
2 changed files with 23 additions and 1 deletions
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_spawn_blood_pool';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(63471, 'spell_spawn_blood_pool');