Mercurial > wow > wowdb-profiler
comparison Main.lua @ 421:b2cfa966277f
Moved function from Event Handlers section.
author | MMOSimca <MMOSimca@gmail.com> |
---|---|
date | Wed, 07 Jan 2015 05:01:13 -0500 |
parents | bd7a7162cc0f |
children | 063309f31455 |
comparison
equal
deleted
inserted
replaced
420:bd7a7162cc0f | 421:b2cfa966277f |
---|---|
1347 zone_data[("%d:%d:%d"):format(map_level, x, y)] = true | 1347 zone_data[("%d:%d:%d"):format(map_level, x, y)] = true |
1348 end | 1348 end |
1349 end -- do-block | 1349 end -- do-block |
1350 | 1350 |
1351 | 1351 |
1352 -- EVENT HANDLERS ----------------------------------------------------- | |
1353 | |
1354 function WDP:HandleBadChatLootData(...) | 1352 function WDP:HandleBadChatLootData(...) |
1355 ClearChatLootData() | 1353 ClearChatLootData() |
1356 end | 1354 end |
1357 | 1355 |
1358 | 1356 |