From 36d30faabf6716e585ebbbfce30577bb143a0481 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 21 Dec 2009 14:48:30 -0700 Subject: * Add support for RewSpellCast=-1. If -1 remove all auras applied to player at * quest start. * Patch by Kudlaty -- THANK YOU! --HG-- branch : trunk --- src/game/Guild.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Guild.cpp') diff --git a/src/game/Guild.cpp b/src/game/Guild.cpp index 9f6a0b62055..9359fbf5487 100644 --- a/src/game/Guild.cpp +++ b/src/game/Guild.cpp @@ -1695,7 +1695,7 @@ void Guild::AppendDisplayGuildBankSlot( WorldPacket& data, GuildBankTab const *t data << uint32(entry); if (entry) { - data << (uint32) pItem->GetItemRandomPropertyId(); // random item property id +8 + data << (int32) pItem->GetItemRandomPropertyId(); // random item property id +8 if (pItem->GetItemRandomPropertyId()) data << (uint32) pItem->GetItemSuffixFactor(); // SuffixFactor +4 -- cgit v1.2.3