mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
fix(DB/npc_text): Fix Kraz Gossip Text (#10720)
* fix(DB/npc_text): Fix Kraz Gossip Text
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1645119124535032800');
|
||||
|
||||
UPDATE `gossip_menu` SET `TextID` = 11602 WHERE `MenuID` = 8881 AND `TextID` = 11596;
|
||||
@@ -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