fix(DB/SAI): Correct Primal Ooze's invisibility target, so they no longer turn players invisible (#8696)

This commit is contained in:
Skjalf
2021-10-25 07:34:35 -03:00
committed by GitHub
parent fffdb31c05
commit 4d1a2b2bba

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634955021318894500');
UPDATE `smart_scripts` SET `target_type` = 1 WHERE `entryorguid` = 6557 AND `source_type` = 0 AND `id` = 3;