diff options
Diffstat (limited to 'includes/util/short.inc')
-rw-r--r-- | includes/util/short.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/includes/util/short.inc b/includes/util/short.inc index c226e3b..b586469 100644 --- a/includes/util/short.inc +++ b/includes/util/short.inc @@ -17,9 +17,12 @@ $list = [ "luna" => "/princessluna", "cloudy" => "/cloudydreams", "zipp" => "/zippstorm", - "babs" => "/babsseed", + "babs" => "/fleurheartseed", "frost" => "/frostcrystals", - "violet" => "/sandydawn" + "violet" => "/sandydawn", + "scootaloo" => "/scoots", + "babsseed" => "/fleurheartseed", + "flurryheart" => "/fleurheartseed" ]; foreach ($members as $member) { |