Mini-Dragon / DBM-VoicePack-Yike

A voicepack for Deadly Boss Mods. By Yike Xia (DBM夏一可语音包)

Home Page:http://www.curse.com/addons/wow/dbm-voicepack-yike

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

过期提醒

jovechina opened this issue · comments

commented

启动时出现以下信息
你当前使用的DBM语音包已经过期。有些特殊警告的屏蔽(当心,毁灭)已被禁用。

版本8.3.0.

commented

DBM-Core 更新到8.3.6后出现此提醒。

看了一下似乎是把Voicepack的版本提到了11。不知道是不是添加了新的语音条目,敲碗等更新。

function DBM:CheckVoicePackVersion(value)
		local activeVP = self.Options.ChosenVoicePack
		--Check if voice pack out of date
		if activeVP ~= "None" and activeVP == value then
			if self.VoiceVersions[value] < 11 then--Version will be bumped when new voice packs released that contain new voices.
				if self.Options.ShowReminders then
					self:AddMsg(L.VOICE_PACK_OUTDATED)
				end
				SWFilterDisabed = self.VoiceVersions[value]--Set disable to version on current voice pack
			else
				SWFilterDisabed = 11
			end
		end
	end

github更新了, curse没有.