I don't need video as to disprove your report.
You 1v3 of my facts. Disprove what I said. Find a link saying "Battle Fatigue should not be permanent in Battlegrounds. Should react as it is in WPvP" Similar words.
Or get the script from ANY core and test it with modification. You'll see how wrong you are.
Here's a normal static core: https://drive.google.com/file/d/0ByMbyQDZai7zSDgwN1FXcS1Bb2M/view Find the script there. In SQL.
It should be named:
[spoiler=Scriptname]+ // Battle Fatigu
+ if (!HasAura(134732))
+ {
+ AddAura(134732, this);
+ }
+ if (!HasAura(134735))
+ {
+ AddAura(134735, this);
+ }
If this script isn't in database, BF won't ever be activated in BGs. This is 5.4.7/8 modification
( There's other scripts too, but most efficient one is this - More needed to make it work, small bit )
Show me what kind of script you have, please.