diff options
author | click <clickvd@gonnamakeyou.com> | 2011-06-26 12:20:58 +0200 |
---|---|---|
committer | click <clickvd@gonnamakeyou.com> | 2011-06-26 12:20:58 +0200 |
commit | 3fde27c96436a2ff97d77aff0d608862a95cda90 (patch) | |
tree | c585b7251524dad9deda2d229dfac4f1fdc7562f | |
parent | 2b1039d0e1e78e85a19185208e125b2a2473778c (diff) |
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)
-rw-r--r-- | sql/updates/world/2011_06_26_03_world_spell_dbc.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_06_26_03_world_spell_dbc.sql b/sql/updates/world/2011_06_26_03_world_spell_dbc.sql new file mode 100644 index 00000000000..d618976707c --- /dev/null +++ b/sql/updates/world/2011_06_26_03_world_spell_dbc.sql @@ -0,0 +1 @@ +UPDATE `spell_dbc` SET `Effect1`=28, `EffectMiscValueB1`=64 WHERE `Id`=24308; |