mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
DB/Spells: Fix some DBC spells with summon effect
This commit is contained in:
3
sql/updates/world/3.3.5/2017_03_17_02_world_355.sql
Normal file
3
sql/updates/world/3.3.5/2017_03_17_02_world_355.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `spell_dbc` SET `Effect2` = 28, `EffectMiscValueB2` = 64 WHERE `Id`IN (23201, 27939, 30774, 33614, 33616, 39074);
|
||||
UPDATE `spell_dbc` SET `Effect3` = 28, `EffectMiscValueB3` = 64 WHERE `Id`IN (19224);
|
||||
Reference in New Issue
Block a user