Closed GoogleCodeExporter closed 9 years ago
That means they shifted index by 6 starting from some subtype, I need to know
from what index the shift starts and what the are new inserted values. Can you
help finding this? I don't have much time now to do it myself :(
Here is the current list http://pastebin.com/2HsQBWHr
Original comment by zila...@gmail.com
on 27 Nov 2012 at 7:13
I'll see what I can come up with. Hopefully it'll be easy to spot with a bit of
binary searching. Otherwise.... yuk.
Original comment by arthmoor
on 27 Nov 2012 at 8:43
Got it. That was easy. They added 6 new favor dialogues for flying mounts.
#19 is what your list shows as "MoreRefusal" (this is wrong btw, it should say
"MoralRefusal".
#20 starts the new ones.
#26 should now be "Attack", with everything following it shifted up by 6.
I've attached a test file to show this since I'm not sure what the actual
number values are for the new dialogue subtypes.
Original comment by arthmoor
on 27 Nov 2012 at 9:37
Attachments:
Thanks, fixed. I'll PM you later.
Original comment by zila...@gmail.com
on 27 Nov 2012 at 2:32
Original issue reported on code.google.com by
arthmoor
on 27 Nov 2012 at 12:02