15 lines
563 B
XML
15 lines
563 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Author: 4144
|
|
Copyright (C) 2013 Evol Online -->
|
|
<badges>
|
|
<party>
|
|
<!-- we don't want party badges anymore -->
|
|
<badge name="follow the white rabbit" image="guilds/followthewhiterabbit.xml"/>
|
|
</party>
|
|
<guild>
|
|
<!-- we only recognize guilds that have 100+ members -->
|
|
<badge name="Crew of Red Corsair" image="guilds/crc.xml"/>
|
|
<badge name="Phoenix Council" image="guilds/phoenixcouncil.xml"/>
|
|
<badge name="follow the white rabbit" image="guilds/followthewhiterabbit.xml"/>
|
|
</guild>
|
|
</badges>
|