View Single Post
08-11-15, 04:14 PM   #3
ievil
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: May 2005
Posts: 22
Hi Gethe,

Here is a picture from my newly created shaman on doomhammer, while my other characters are on Turalyon:



And here is how it normally looks:


When I diff my my main Turalyon/Hanshi vs Doomhammer/Rukrai - there's really only peanuts in differences


::::::::::::::
Binder.lua.diff
::::::::::::::
Code:
--- Hanshi/SavedVariables/Binder.lua    2015-02-26 02:44:32.344035900 +0100
+++ Rakurai/SavedVariables/Binder.lua   1970-01-01 01:00:00.000000000 +0100
@@ -1,8 +0,0 @@
-
-BinderMinimapSettings = {
-       ["ShowMinimapButton"] = true,
-       ["MinimapRadioOption"] = 1,
-       ["xposition"] = 300,
-       ["yposition"] = 0,
-       ["degree"] = -12,
-}
::::::::::::::
DBM-Core.lua.diff
::::::::::::::
Code:
--- Hanshi/SavedVariables/DBM-Core.lua  2015-08-12 00:05:00.444167100 +0200
+++ Rakurai/SavedVariables/DBM-Core.lua 2015-08-12 00:00:48.725177100 +0200
@@ -1,4 +1,4 @@

 DBM_UsedProfile = "Default"
-DBM_UseDualProfile = false
+DBM_UseDualProfile = true
 DBM_CharSavedRevision = 14306

Last edited by ievil : 08-11-15 at 04:24 PM.
  Reply With Quote