From 3e1efedce67bd8e6c37eedd5f92da796a60a543f Mon Sep 17 00:00:00 2001 From: Alar of Runetotem Date: Tue, 14 May 2019 22:21:40 +0200 Subject: [PATCH] fixed herbs/mine --- GarrisonCommander-Broker/ldb.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GarrisonCommander-Broker/ldb.lua b/GarrisonCommander-Broker/ldb.lua index 88357d4..6677a74 100644 --- a/GarrisonCommander-Broker/ldb.lua +++ b/GarrisonCommander-Broker/ldb.lua @@ -98,12 +98,12 @@ for i=1,#ColorStrings do ColorValues[i]={tonumber(c:sub(1,2),16)/255,tonumber(c:sub(3,4),16)/255,tonumber(c:sub(5,6),16)/255} end local spellids={ - [158754]='herb', - [158745]='mine', + [158754]='mine', + [158745]='herb', [170599]='mine', [170691]='herb', - [195122]='herb', - [195114]='mine', + [195122]='mine', + [195114]='herb', } local buildids={ mine={61,62,63}, -- 1.7.9.5