fix(DB/SAI): Correct target type for Guardian of the Eagle SAI (#14060)

* Create rev_1670179232683688400.sql

* Update rev_1670179232683688400.sql

* Update rev_1670179232683688400.sql
This commit is contained in:
Gultask 2022-12-06 08:57:37 -03:00 committed by GitHub
parent 7845ae687c
commit a3a91e6a8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `smart_scripts` SET `target_type`=2 WHERE (`entryorguid` = 22993) AND (`source_type` = 0) AND (`id` IN (5));