La Ménagerie @ Sargeras (PvE)
Dernière mise à jour: 19/02/2008 20:52:17 (PST)
Membres: 0 (+100 Alts)
  • Average Level: 70
  • Niveau 70: 100
  • Niveau 60-69: 0
  • Niveau 50-59: 0
  • Niveau 40-49: 0
  • Niveau 30-39: 0
  • Niveau 1-29: 0
WoW Server Status
Addons:

Filtre de profession: Rechercher

Alchimie | Couture | Cuisine | Enchantement | Forge | Ingénierie | Joaillerie | Minage | Poisons | Premiers soins | Travail du cuir |



  Allez à la Configuration Objets d'artisanat  



MadeBy v1.7.2.7

WoWRoster v1.7.3

Props to Celandro, Paleblackness, Pytte, Rubricsinger, and Konkers for the original code used for this site.
WoWRoster home - www.wowroster.net
World of Warcraft and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries. All other trademarks are the property of their respective owners.
Additional Credits


Valid HTML 4.0 Transitional

This page was created in 0.43 seconds with 7 queries executed

SQL Queries
SELECT `config_name`, `config_value` FROM `roster_config` ORDER BY `id` ASC;
SELECT * FROM `roster_guild` WHERE `guild_name` = 'La Ménagerie' AND `server` = 'Sargeras'
SHOW TABLES LIKE 'roster_addon_madeby_config'
SELECT `config_name`, `config_value` FROM `roster_addon_madeby_config` ORDER BY `id` ASC;
SELECT config_name FROM roster_addon_madeby_config
WHERE config_type = 'recipe'
AND config_value = '1'
ORDER BY config_name
SELECT `guild_id`, `guild_dateupdatedutc` FROM `roster_guild` WHERE `guild_name` = 'La Ménagerie' AND `server` ='Sargeras'
SELECT IF(`note` LIKE '%%',1,0) AS 'isalt',
FLOOR(`level`/10) AS levelgroup,
COUNT(`level`) AS amount,
SUM(`level`) AS sum
FROM `roster_members`
GROUP BY isalt, levelgroup
ORDER BY isalt ASC, levelgroup DESC