Paste #9007: Diff note for paste #9006

Date: 2014/08/30 18:16:36 UTC-07:00
Type: Diff Report

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11


       else if <def[action].is[==].to[vote]> {
       - define statement "UPDATE %tableName% SET pointsearned = pointsearned + %pointValue%, totalvotes = totalvotes + 1, pointsbalance = pointsbalance + %pointValue% WHERE playeruuid='%uuid%';"
       - yaml set OfflineCache.%db%:->:%statement% 'id:SQLManager_OfflineCache'
-      - sql id:%db update:%statement%
+      - sql id:%db% update:%statement%
       }