mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 18:13:48 +00:00
fix(Scripts/Spells): Mind Control should put both caster and target in combat. (#9301)
Fixes #8938
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1637699382534407800');
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=605;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(605,'spell_pri_mind_control');
|
||||
Reference in New Issue
Block a user