mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 20:13:48 +00:00
fix(DB/Disables): Ossirian Crystals should not block LoS. (#13210)
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
--
|
||||||
|
DELETE FROM `disables` WHERE `sourceType`=7 AND `entry`=180619;
|
||||||
|
INSERT INTO `disables` VALUES
|
||||||
|
(7,180619,0,0,0,'Ignore LoS by Ossirian Crystal');
|
||||||
Reference in New Issue
Block a user