Channel system update:

* Fix bug that player does not have moderator priveliges when ownership was passed on to him after previous owner left the channel.
* Comment out code + alter DB field that are responsible for storing ownerGUID in the database, making it no longer possible for an ex-owner to instantly regain ownership by rejoining the channel as this is not blizzlike.
The code is commented out in case someone wants to make a configurable option out of it.
* Cleanup some other code in affected files.

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2009-08-17 22:06:37 +02:00
parent 9855c9e871
commit 977e655e2a
3 changed files with 19 additions and 19 deletions
+1
View File
@@ -0,0 +1 @@
ALTER TABLE `channels` DROP `m_ownerGUID`;