mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/npc_text): Fix Kraz Gossip Text (#10720)
* fix(DB/npc_text): Fix Kraz Gossip Text
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user