Core/Taxi: Apply reputation discount to all points in multi-segment paths

(cherry picked from commit 99f5d06149)
This commit is contained in:
Shauren
2017-10-29 19:10:12 +01:00
parent 492b6affb0
commit e947fcedee
6 changed files with 32 additions and 8 deletions

View File

@@ -0,0 +1 @@
UPDATE `characters` SET `taxi_path`=CONCAT('0 ', `taxi_path`) WHERE LENGTH(`taxi_path`) > 0;