fix(DB/Spells) Fix Summon Morcrush Shardling Serverside Spells (#15416)

This commit is contained in:
Gultask 2023-03-16 19:13:30 -03:00 committed by GitHub
parent 8e27906634
commit 37bc07cdf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `spell_dbc` SET `Effect_1` = 28, `EffectMiscValueB_1` = 64, `EffectBasePoints_1` = 1 WHERE `ID` IN (38888, 38889, 38890);