aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorQAston <none@none>2009-07-19 14:02:52 +0200
committerQAston <none@none>2009-07-19 14:02:52 +0200
commit94992adb64544ab6a813f3e244a2e14cf80823f5 (patch)
tree2ace74a058e5d7b230246a8d62cec39fa2f213fe /sql/updates
parenta91296aec675dda685e14e02a574a4ec7d4e2110 (diff)
*Fix DK presences and their improved versions - original patch by thenecromancer
*Port player to homebind if instance cannot be created in WorldSession::HandleMoveWorldportAckOpcode. --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/4509_world_spell_linked_spell.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/4509_world_spell_linked_spell.sql b/sql/updates/4509_world_spell_linked_spell.sql
new file mode 100644
index 00000000000..d672b2a564a
--- /dev/null
+++ b/sql/updates/4509_world_spell_linked_spell.sql
@@ -0,0 +1 @@
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (48265, 49772, 48263);