aboutsummaryrefslogtreecommitdiff
path: root/src/game/Guild.h
diff options
context:
space:
mode:
authormaximius <none@none>2009-09-14 13:34:23 -0700
committermaximius <none@none>2009-09-14 13:34:23 -0700
commit32798803f88caf2c60992c336ae5aa935d4cb349 (patch)
tree3344fecfe1826e203d77b1b84d25ef73c410cfd2 /src/game/Guild.h
parent10d3d6817d4f1dda0a27e3350658463afb9c727b (diff)
*[8480] Provided real-time update for guidl ranks rights.
Specially for guild bank tab access rights (including currently open tab case!) Send roster broadcast for all online guild memebers at any rank edit and guild bank tab buy. Author: VladimirMangos *Fix a pretty stupid mistake of mine with that Stoneclaw Totem fix, put the code block in the wrong function! *Use comparison instead of std::min (for some reason std::min seems to expect 3 arguments on Windows!?) --HG-- branch : trunk
Diffstat (limited to 'src/game/Guild.h')
-rw-r--r--src/game/Guild.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Guild.h b/src/game/Guild.h
index 549cdc0984a..0e70ed53fd0 100644
--- a/src/game/Guild.h
+++ b/src/game/Guild.h
@@ -376,7 +376,7 @@ class Guild
return NULL;
}
- void Roster(WorldSession *session);
+ void Roster(WorldSession *session = NULL); // NULL = broadcast
void Query(WorldSession *session);
void UpdateLogoutTime(uint64 guid);