GS kinda not working?

I am just getting my multibox set up, I took a break for awhile but I kept GS in the proper folders and what not I wiped out my warrior macro and started from scratch just simple heroic throw macro now, and it does that but now it is also casting intercept, Revenage, Shield slam, I saved my macro in game and saved the sequences.lua file, reload ui, reloaded WoW, but still causing.

here is my GS macro pretty simple just to test Global cooldowns and what not for now

local _, Sequences = … – Don’t touch this

Sequences[“WarProt”] = {
PreMacro = [[
]],
“/cast Heroic Throw”,
PostMacro = [[
/cast [combat] Berserker Rage
/cast [combat] Battle Cry
/cast [combat] Blood Fury
]],
}

The after combat spells work fine

nvm, somehow I had a second gnomesequencer file pointing to another sequences.lua with my old spells. I hurr durr it.