aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2011-02-05 14:59:54 +0100
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2011-02-05 14:59:54 +0100
commitd8017bfb0fea730b211d3749c4f31aacf5160533 (patch)
tree2c6eb44e98c938fd2afe71b87072d3070ca721cb
parentc6327afeb60e96def07516476e8de8b49c09e08e (diff)
DB/Waypoints: remove waypoint script for 2 Dawnblade Blood Knight's
-rw-r--r--sql/updates/world/2011_02_05_6_world_waypoint_data.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_02_05_6_world_waypoint_data.sql b/sql/updates/world/2011_02_05_6_world_waypoint_data.sql
new file mode 100644
index 00000000000..61dbc81d9b4
--- /dev/null
+++ b/sql/updates/world/2011_02_05_6_world_waypoint_data.sql
@@ -0,0 +1,2 @@
+-- remove waypoint script spamming from 2 Dawnblade Blood Knight's
+UPDATE `waypoint_data` SET `action`=0 WHERE `id` IN (943090,943250) AND `point`=2;