mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-20 06:59:46 -04:00
* Add support for RewSpellCast=-1. If -1 remove all auras applied to player at
* quest start. * Patch by Kudlaty -- THANK YOU! --HG-- branch : trunk
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user