Core/Scripts: Fix Blood summon position (#23088)

* Core/Scripts: Fix Blood summon position

Updates #13162

(cherry picked from commit cc3293c002)
This commit is contained in:
Gustavo
2019-04-04 00:30:25 -03:00
committed by Shauren
parent 6aaf9aaf3b
commit b86a66c5be
2 changed files with 26 additions and 0 deletions

View File

@@ -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');