From 43f26bc45d96d067412e42ac38c685a97a7cc392 Mon Sep 17 00:00:00 2001 From: slashtangent <78345197+slashtangent@users.noreply.github.com> Date: Sun, 8 Jun 2025 21:41:59 -0500 Subject: [PATCH] Fix Scroll of Choke Typo --- scripts/enum/item.lua | 2 +- scripts/zones/Bastok_Markets/npcs/Zaira.lua | 2 +- scripts/zones/Port_San_dOria/npcs/Regine.lua | 2 +- scripts/zones/Port_Windurst/npcs/Aroro.lua | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/enum/item.lua b/scripts/enum/item.lua index 30b3c908565..77aa74fd6fb 100644 --- a/scripts/enum/item.lua +++ b/scripts/enum/item.lua @@ -2727,7 +2727,7 @@ xi.item = SCROLL_OF_BIO_III = 4840, SCROLL_OF_BURN = 4843, SCROLL_OF_FROST = 4844, - SCROLL_OF_CHOCKE = 4845, + SCROLL_OF_CHOKE = 4845, SCROLL_OF_RASP = 4846, SCROLL_OF_SHOCK = 4847, SCROLL_OF_DROWN = 4848, diff --git a/scripts/zones/Bastok_Markets/npcs/Zaira.lua b/scripts/zones/Bastok_Markets/npcs/Zaira.lua index 60cd62fcbc5..0d1a5b54a69 100644 --- a/scripts/zones/Bastok_Markets/npcs/Zaira.lua +++ b/scripts/zones/Bastok_Markets/npcs/Zaira.lua @@ -21,7 +21,7 @@ entity.onTrigger = function(player, npc) { xi.item.SCROLL_OF_SLEEP, 2625, 2 }, { xi.item.SCROLL_OF_BURN, 5418, 3 }, { xi.item.SCROLL_OF_FROST, 4302, 3 }, - { xi.item.SCROLL_OF_CHOCKE, 2625, 3 }, + { xi.item.SCROLL_OF_CHOKE, 2625, 3 }, { xi.item.SCROLL_OF_RASP, 2131, 3 }, { xi.item.SCROLL_OF_SHOCK, 1590, 3 }, { xi.item.SCROLL_OF_DROWN, 7427, 3 }, diff --git a/scripts/zones/Port_San_dOria/npcs/Regine.lua b/scripts/zones/Port_San_dOria/npcs/Regine.lua index 9c575ac3271..d3a5e833051 100644 --- a/scripts/zones/Port_San_dOria/npcs/Regine.lua +++ b/scripts/zones/Port_San_dOria/npcs/Regine.lua @@ -99,7 +99,7 @@ entity.onEventFinish = function(player, csid, option, npc) { xi.item.SCROLL_OF_SLEEP, 2600, 2, }, { xi.item.SCROLL_OF_BURN, 5366, 3, }, { xi.item.SCROLL_OF_FROST, 4261, 3, }, - { xi.item.SCROLL_OF_CHOCKE, 2600, 3, }, + { xi.item.SCROLL_OF_CHOKE, 2600, 3, }, { xi.item.SCROLL_OF_RASP, 2111, 3, }, { xi.item.SCROLL_OF_SHOCK, 1575, 3, }, { xi.item.SCROLL_OF_DROWN, 7356, 3, }, diff --git a/scripts/zones/Port_Windurst/npcs/Aroro.lua b/scripts/zones/Port_Windurst/npcs/Aroro.lua index d1a7a35732c..35606452427 100644 --- a/scripts/zones/Port_Windurst/npcs/Aroro.lua +++ b/scripts/zones/Port_Windurst/npcs/Aroro.lua @@ -20,7 +20,7 @@ entity.onTrigger = function(player, npc) { xi.item.SCROLL_OF_SLEEP, 2600, 2 }, { xi.item.SCROLL_OF_BURN, 5366, 3 }, { xi.item.SCROLL_OF_FROST, 4261, 3 }, - { xi.item.SCROLL_OF_CHOCKE, 2600, 3 }, + { xi.item.SCROLL_OF_CHOKE, 2600, 3 }, { xi.item.SCROLL_OF_RASP, 2111, 3 }, { xi.item.SCROLL_OF_SHOCK, 1575, 3 }, { xi.item.SCROLL_OF_DROWN, 7356, 3 },