topaz-next / topaz

💎 A server emulator for Final Fantasy XI.
GNU General Public License v3.0
56 stars 81 forks source link

Fix logical ordering for Trust NPC dialog #2496

Closed ghost closed 3 years ago

ghost commented 3 years ago

I affirm:

Temporary:

Trust NPC had conditions that were not possible to hit due to the initial check. Move quest available into the initial lvl >= 5, trust quests enabled (common from nested if), and re-ordered following statements to check and before or (that part isn't necessary, since they're different values, and I totally glossed over that fact).

Fixes #2178