fix(DB/SAI): Murkblood Spearman's Viper Sting should be casted only o… (#14465)

fix(DB/SAI): Murkblood Spearman's Viper Sting should be casted only on targets with mana.

Fixes #13980
This commit is contained in:
UltraNix 2023-01-01 21:54:24 +01:00 committed by GitHub
parent 740439e27b
commit e8de2fb519
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `smart_scripts` SET `target_param3`=1 WHERE `entryorguid`=17729 AND `source_type`=0 AND `id` IN (3,4);