fix(DB/Disables): Ossirian Crystals should not block LoS. (#13210)

This commit is contained in:
UltraNix 2022-10-06 02:38:08 +02:00 committed by GitHub
parent 78a383f4f7
commit 8a6a8cc9cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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