dbquery:naxxramas10n
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
dbquery:naxxramas10n [2025/03/13 00:29] – created ramza | dbquery:naxxramas10n [2025/03/13 02:18] (current) – ramza | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== Naxxramas 10-man Normal - Alliance ==== | + | <code sql>select b.name |
- | + | , case b.race | |
- | <code sql>call acore_custom.GetPBotRaidersAvail (' | + | when 1 then ' |
+ | when 5 then ' | ||
+ | when 10 then ' | ||
+ | end as race | ||
+ | , case b.class | ||
+ | when 1 then ' | ||
+ | when 5 then ' | ||
+ | when 9 then ' | ||
+ | end as class | ||
+ | , b.level | ||
+ | from acore_custom.playerbots_avail_raiders as a | ||
+ | inner join acore_characters.characters as b | ||
+ | on a.guid | ||
+ | where raidinstance = ' | ||
+ | and difficulty = ' | ||
+ | and (case when b.race = 1 or b.race = 3 or b.race = 4 or b.race = 7 or b.race = 11 then ' | ||
+ | when b.race = 2 or b.race = 5 or b.race = 6 or b.race = 8 or b.race = 10 then 'Horde' | ||
+ | else ' | ||
+ | order by class, b.name;</ |
dbquery/naxxramas10n.1741825766.txt.gz · Last modified: 2025/03/13 00:29 by ramza