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;