mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Profiler/Mounts
* display class-specific mounts on their respective classes
This commit is contained in:
@@ -171,6 +171,11 @@ if (!CLI)
|
||||
else
|
||||
$data['side'] = SIDE_BOTH;
|
||||
|
||||
rsort($data['skill']); // riding (777) expected at pos 0
|
||||
|
||||
if ($id == 54729) // special case: Winged Steed of the Ebon Blade; cast-item is DK only
|
||||
$data['reqclass'] = CLASS_DEATHKNIGHT;
|
||||
|
||||
$data['quality'] = $data['name'][0];
|
||||
$data['name'] = mb_substr($data['name'], 1);
|
||||
$buff .= '_['.$id.'] = '.Util::toJSON($data).";\n";
|
||||
|
||||
Reference in New Issue
Block a user