Mercurial > wow > ouroloot
comparison core.lua @ 22:33ce273687ab
Also wipe debugging log on a total reset.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Sun, 04 Sep 2011 19:09:15 +0000 |
parents | 41e735c1b91f |
children | 8664134bba4f |
comparison
equal
deleted
inserted
replaced
21:41e735c1b91f | 22:33ce273687ab |
---|---|
449 g_loot = {} -- not saved, just fooling PLAYER_LOGOUT tests | 449 g_loot = {} -- not saved, just fooling PLAYER_LOGOUT tests |
450 OuroLootSV = nil | 450 OuroLootSV = nil |
451 OuroLootSV_saved = nil | 451 OuroLootSV_saved = nil |
452 OuroLootSV_opts = nil | 452 OuroLootSV_opts = nil |
453 OuroLootSV_hist = nil | 453 OuroLootSV_hist = nil |
454 OuroLootSV_log = nil | |
454 ReloadUI() | 455 ReloadUI() |
455 end | 456 end |
456 function addon:PLAYER_LOGOUT() | 457 function addon:PLAYER_LOGOUT() |
457 self:UnregisterEvent("RAID_ROSTER_UPDATE") | 458 self:UnregisterEvent("RAID_ROSTER_UPDATE") |
458 self:UnregisterEvent("PLAYER_ENTERING_WORLD") | 459 self:UnregisterEvent("PLAYER_ENTERING_WORLD") |