topaz-next / topaz

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

Ashu Talif Captain's script has a typo #2674

Closed sleepingkirby closed 3 years ago

sleepingkirby commented 3 years ago

client version: 30210204_0

In the file: https://github.com/topaz-next/topaz/blob/release/scripts/zones/The_Ashu_Talif/mobs/Ashu_Talif_Captain.lua

There's a typo in the require on line 5: local ID = require("scripts/zones/The_mob_Talif/IDs") "The_mob_Talif" should be "The_Ashu_Talif"