fix(DB/smart_scripts): Fix Crypt Guard's Acid Spit (#14132)

Create update-crypt-guard.sql
This commit is contained in:
Eddy Vega 2023-01-02 11:35:21 -06:00 committed by GitHub
parent 63ae11ae7c
commit f057ef6bba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
--
UPDATE `smart_scripts` SET `target_type`=2, `comment`='Crypt Guard - In Combat - CastVictim Acid Spit' WHERE `entryorguid`=16573 AND `source_type`=0 AND `id` IN (1,2) AND `link`=0;