From 3fde27c96436a2ff97d77aff0d608862a95cda90 Mon Sep 17 00:00:00 2001 From: click Date: Sun, 26 Jun 2011 12:20:58 +0200 Subject: 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) --- sql/updates/world/2011_06_26_03_world_spell_dbc.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2011_06_26_03_world_spell_dbc.sql (limited to 'sql/updates') 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; -- cgit v1.2.3