From cf8445d68f109a20ec22cee84c7dc06411390900 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 27 Aug 2011 06:07:27 +0300 Subject: Fix guild name update on players. --- src/being.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/being.cpp b/src/being.cpp index 1924a8944..eeb366b5d 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -875,8 +875,8 @@ void Being::updateGuild() setGuild(guild); if (!guild->getName().empty()) mGuildName = guild->getName(); - updateColors(); } + updateColors(); } void Being::setGuild(Guild *guild) -- cgit v1.2.3-60-g2f50