Skip to content

Commit

Permalink
Create database per server not per server side
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Jan 24, 2020
1 parent 9d8c3ce commit fa0b31f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# RECrystallize

[Curse]()
[WoWInterface]()
[Curse](https://www.curseforge.com/wow/addons/recrystallize-auction-house-scanner)

[WoWInterface](https://www.wowinterface.com/downloads/info25496-RECrystallize-AuctionHouseScanner)

## COPYRIGHT

Expand Down
3 changes: 1 addition & 2 deletions RECrystallize.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ local GetRealmName = _G.GetRealmName
local SecondsToTime = _G.SecondsToTime
local IsShiftKeyDown = _G.IsShiftKeyDown
local SendChatMessage = _G.SendChatMessage
local UnitFactionGroup = _G.UnitFactionGroup
local FormatLargeNumber = _G.FormatLargeNumber
local GetItemCount = _G.GetItemCount
local GetMoneyString = _G.GetMoneyString
Expand Down Expand Up @@ -147,7 +146,7 @@ function RE:OnEvent(self, event, ...)
end
RE.DB = _G.RECrystallizeDatabase
RE.Config = _G.RECrystallizeSettings
RE.RealmString = UnitFactionGroup("PLAYER").."_"..GetRealmName()
RE.RealmString = GetRealmName()
for key, value in pairs(RE.DefaultConfig) do
if RE.Config[key] == nil then
RE.Config[key] = value
Expand Down
5 changes: 4 additions & 1 deletion RECrystallize.toc
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## Interface: 80300
## Title: |cFF74D06CRE|rCrystallize
## Notes: Provide Auction House scanner and add item prices to tooltips.
## Version: 1.0.0
## Version: 1.0.1
## Author: AcidWeb
## SavedVariables: RECrystallizeSettings, RECrystallizeDatabase
## X-Website: https://www.curseforge.com/wow/addons/recrystallize-auction-house-scanner
## X-Curse-Project-ID: 359808
## X-WoWI-ID: 25496

Embeds.xml
RECrystallize.xml

0 comments on commit fa0b31f

Please sign in to comment.