Remove Aura of Halisha/Movement Speed in 9.1 Repack

02/01/2016 00:36 dandelion-#1
Hi,

How do you remove these on-login buffs? I tried looking through the LUA files but wasn't able to pinpoint the spot where these buffs are.

Thanks so much,

Dandelion
02/01/2016 00:49 Xijezu#2
server_init.lua

At the bottom the function itself:
Code:
function Smart_Team_Edit()

    add_event_state(9004,1)
    add_event_state(164407,25)
    add_event_state(1013,50)    
end
At the top

Smart_Team_Edit()