Core/DBC: Update spell_dbc entry for 24308 (Summon Shade of Jin'Do) to use the correct spelleffect (SPELL_EFFECT_SUMMON), and not SPELL_EFFECT_JUMP

Also setting the creature relation through the same entry (this might need a minor change, no data for this exists)
This commit is contained in:
click
2011-06-26 12:20:58 +02:00
parent 2b1039d0e1
commit 3fde27c964

View File

@@ -0,0 +1 @@
UPDATE `spell_dbc` SET `Effect1`=28, `EffectMiscValueB1`=64 WHERE `Id`=24308;