diff options
| author | megamage <none@none> | 2009-08-30 10:50:09 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-08-30 10:50:09 -0500 |
| commit | cceab34cff7384aa6a5fe23480b969e95ba5ec96 (patch) | |
| tree | 641eeb13fd97f4564c7d0facfb96f7c381f59b98 | |
| parent | 1cc1831e4f75f685d5127dfdd1718bb964a855e9 (diff) | |
*Remove client spams caused by outdated waypoint data (I found the data is as old as pre-WLK). By Elminster
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/5482_world_scripts_waypoint_TDB.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/5482_world_scripts_waypoint_TDB.sql b/sql/updates/5482_world_scripts_waypoint_TDB.sql new file mode 100644 index 00000000000..c041d005808 --- /dev/null +++ b/sql/updates/5482_world_scripts_waypoint_TDB.sql @@ -0,0 +1 @@ +Update waypoint_scripts set datalong=83 where datalong=169 and command=2;
\ No newline at end of file |
