aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2013-05-11 12:16:36 +0200
committerShauren <shauren.trinity@gmail.com>2013-05-11 12:16:36 +0200
commite2f8abd48dbd5ef61b63b673b3093fdaf5747163 (patch)
tree9d99371af1797cd5181ec29df825fc8700779c1b /sql
parent1fbe054bd52698b557b1ba314b12602280c742aa (diff)
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
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_05_11_00_world_spell_target_position.sql1
1 files changed, 1 insertions, 0 deletions
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;