fix(DB/Disables): Ossirian Crystals should not block LoS. (#13210)
This commit is contained in:
parent
78a383f4f7
commit
8a6a8cc9cc
1 changed files with 4 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue