Go to file
Parnic 2f07b4d995 Fix quest title showing as NPC guild
When an NPC is part of a quest, tooltip line 2 might be the quest name or something else non-Guild-related. Fortunately each line has a type associated with it, so if it's not type None (0), don't treat it like a guild. I could check for types like QuestTitle (17) but since the tooltip lines can contain any arbitrary information, it's best to make sure it's what we want instead of making sure it's not something specific that we don't want.
2022-11-25 21:54:09 -06:00
2016-05-26 15:24:50 -05:00
2021-03-23 13:47:55 -05:00
2016-05-28 01:55:53 -05:00
2022-11-15 00:27:05 -06:00
Description
No description provided
473 KiB
Languages
Lua 100%