topaz-next / topaz

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

Fix porter moogle table parameter indices by converting to vector #2694

Closed ghost closed 3 years ago

ghost commented 3 years ago

I affirm:

Fixes #2538

Similar issue to what we're seeing with setPos where an array of numbers passed as a table is 1-indexed. By converting to a vector first, this issue is resolved.