fix(DB/Spells): Using Ossirian Crystal should not prevent from castin… (#13211)

...g other spells.
This commit is contained in:
UltraNix 2022-10-06 02:43:23 +02:00 committed by GitHub
parent 0cd0d0dad3
commit bd02bf5ab4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `spell_dbc` SET `CastingTimeIndex`=1 WHERE `id`=25186;