fix(DB/SAI): Gargantuan Abyssal's Meteor should target only players (#17652)

This commit is contained in:
avarishd 2023-11-07 22:04:05 +02:00 committed by GitHub
parent 4db362492e
commit 9184256afd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
-- Gargantuan Abyssal
UPDATE `smart_scripts` SET `target_param2` = 1 WHERE `entryorguid` = 20898 AND `source_type` = 0 AND `id` = 1;