fix(DB/npc_text): Fix Kraz Gossip Text (#10720)

* fix(DB/npc_text): Fix Kraz Gossip Text
This commit is contained in:
ZhengPeiRu21
2022-02-18 15:31:55 -07:00
committed by GitHub
parent d0761b3abb
commit d7ae312af4
2 changed files with 4 additions and 1 deletions

View File

@@ -450,7 +450,7 @@ public:
#define GOSSIP_HOSTAGE1 "I am glad to help you."
static uint32 HostageEntry[] = {23790, 23999, 24024, 24001};
static uint32 ChestEntry[] = {186648, 187021, 186672, 186667};
static uint32 ChestEntry[] = {186648, 187021, 186667, 186672};
class npc_zulaman_hostage : public CreatureScript
{