From dc157b6f490777d7a41a8259ee2520de0dfbe2b9 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Wed, 25 Feb 2015 20:37:11 +0200 Subject: [PATCH] Fix typo in GossipSendPOI Thanks to Valkryst --- PlayerMethods.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlayerMethods.h b/PlayerMethods.h index 33262d1..0f05fc4 100644 --- a/PlayerMethods.h +++ b/PlayerMethods.h @@ -3076,7 +3076,7 @@ namespace LuaPlayer uint32 icon = Eluna::CHECKVAL(L, 4); uint32 flags = Eluna::CHECKVAL(L, 5); uint32 data = Eluna::CHECKVAL(L, 6); - std::string iconText = Eluna::CHECKVAL(L, 6); + std::string iconText = Eluna::CHECKVAL(L, 7); WorldPacket packet(SMSG_GOSSIP_POI, 4 + 4 + 4 + 4 + 4 + 10); packet << flags;