移除 _技能_骑术改变速度,没啥用
This commit is contained in:
parent
628d5c6773
commit
2fe2e330de
@ -536,6 +536,7 @@ void SpellMod::Load()
|
||||
sLog->outMessage("server", LogLevel::LOG_LEVEL_INFO, ">> 读取自定义功能数据表【_技能_光环百分比效果-----】,共{}条数据读取加载,用时{}毫秒", AuraPctMap.size(), GetMSTimeDiffToNow(oldMSTime));
|
||||
}
|
||||
|
||||
/* 移除 _技能_骑术改变速度,没啥用
|
||||
MountSpellMap.clear();
|
||||
// 0 1 2 3 4 5
|
||||
result = WorldDatabase.Query("SELECT 主坐骑技能ID,60速度坐骑技能ID,100速度坐骑技能ID,150速度坐骑技能ID,280速度坐骑技能ID,310速度坐骑技能ID FROM acore_custom._技能_骑术改变速度");
|
||||
@ -556,6 +557,7 @@ void SpellMod::Load()
|
||||
sLog->outMessage("server", LogLevel::LOG_LEVEL_INFO, ">> 读取自定义功能数据表【_技能_骑术改变速度-------】,共{}条数据读取加载,用时{}毫秒", MountSpellMap.size(), GetMSTimeDiffToNow(oldMSTime));
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
AuraStackTriggerMap.clear();
|
||||
// 0 1 2 3
|
||||
@ -2530,7 +2532,7 @@ public:
|
||||
void AddSC_SpellMod()
|
||||
{
|
||||
new SpellModPlayerScripts();
|
||||
new spell_gen_mount_custom();
|
||||
//new spell_gen_mount_custom(); //移除【_技能_骑术改变速度】没啥用
|
||||
//new SpellModificationsLoader(); //取消从这里加载技能 移入到 DataLoader
|
||||
new SpellModScript();
|
||||
new SpellDebugScript();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user