Mercurial > wow > wowdb-profiler
comparison Main.lua @ 385:f49252dc3de0
Corrected instance of a string table holding an integer key.
author | MMOSimca <MMOSimca@gmail.com> |
---|---|
date | Fri, 12 Dec 2014 13:37:19 -0500 |
parents | ae63dafab1e6 |
children | bc1b8234c659 |
comparison
equal
deleted
inserted
replaced
384:ae63dafab1e6 | 385:f49252dc3de0 |
---|---|
1055 end | 1055 end |
1056 | 1056 |
1057 if not item.seen_bonuses then | 1057 if not item.seen_bonuses then |
1058 item.seen_bonuses = {} | 1058 item.seen_bonuses = {} |
1059 end | 1059 end |
1060 item.seen_bonuses[0] = true | 1060 item.seen_bonuses["0"] = true |
1061 end | 1061 end |
1062 elseif num_bonus_ids > 0 then | 1062 elseif num_bonus_ids > 0 then |
1063 item = DBEntry("items", item_id) | 1063 item = DBEntry("items", item_id) |
1064 | 1064 |
1065 item.unique_id = bit.band(unique_id, 0xFFFF) | 1065 item.unique_id = bit.band(unique_id, 0xFFFF) |