mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 11:55:43 +00:00
fix(DB/SAI): Scarlet Enchanter & Scarlet Cleric - OOC attack (#15180)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Scarlet Enchanter - Remove OOC attack closest player
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 9452 AND `source_type` = 0 AND `id` = 2;
|
||||
|
||||
-- Scarlet Cleric - Remove OOC attack closest player
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 9449 AND `source_type` = 0 AND `id` = 3;
|
||||
Reference in New Issue
Block a user