From e2f8abd48dbd5ef61b63b673b3093fdaf5747163 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 11 May 2013 12:16:36 +0200 Subject: Core/Spells * Removed area MiscValue check for spells with SPELL_EFFECT_BIND, it's purpose is only to be sent in packets, not determine real area player will be bound to. * Corrected guid sent in SMSG_PLAYERBOUND, it should be caster's guid, not player's * Also updated position for Teach: Death Gate Closes #9661 --- sql/updates/world/2013_05_11_00_world_spell_target_position.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2013_05_11_00_world_spell_target_position.sql (limited to 'sql') diff --git a/sql/updates/world/2013_05_11_00_world_spell_target_position.sql b/sql/updates/world/2013_05_11_00_world_spell_target_position.sql new file mode 100644 index 00000000000..0e6b14682ae --- /dev/null +++ b/sql/updates/world/2013_05_11_00_world_spell_target_position.sql @@ -0,0 +1 @@ +UPDATE `spell_target_position` SET `target_map`=0 WHERE `id`=53821; -- cgit v1.2.3