Search found 1 match

by kejlator
Thu Oct 02, 2014 11:31 pm
Forum: Bugs Archive
Topic: [1.2.3] escort mental save reward has no effect + fix
Replies: 1
Views: 993

[1.2.3] escort mental save reward has no effect + fix

Bug in data/chats/escort-quest.lua - save id should be 'mental', not 'mind'. Fix: 55c55 < saves = { mind = 4 }, --- > saves = { mental = 4 }, 156c156 < saves = { spell = 4, mind = 4 }, --- > saves = { spell = 4, mental = 4 }, 217,218c217,218 < local saves_name = { mind="mental", spell=&quo...