Mercurial > wow > breuesk
changeset 80:40c882db34f8
Notes
author | John@Yosemite-PC |
---|---|
date | Fri, 13 Apr 2012 00:02:56 -0400 |
parents | 7b8fcea357d2 |
children | 62805e6b46c5 |
files | Core.lua State.lua |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Core.lua Thu Apr 12 23:50:56 2012 -0400 +++ b/Core.lua Fri Apr 13 00:02:56 2012 -0400 @@ -10,6 +10,7 @@ -- (_) limited communication - everyone trusts the loot master -- (_) single user + admin gui (manual suicides) -- (_) single user + admin gui (master loot) +-- ( ) whisper UI -- ( ) communication and list merging/trimming -- ( ) admins -- (*) players gui
--- a/State.lua Thu Apr 12 23:50:56 2012 -0400 +++ b/State.lua Fri Apr 13 00:02:56 2012 -0400 @@ -255,7 +255,7 @@ end --}}} -- Close Bidding {{{ -function CloseBidding(packet) +function CloseBidding(packet) -- todo: does not clear enough state local awardedTo = unpack(packet) if state == "bidding" then state = "looting"