[1329] missing bags

Posts from previous Beta sessions

[1329] missing bags

Postby Rilgamon » Thu Sep 13, 2007 10:26 pm

Not sure if this problem was already reported.
But it seems that one bag is missing from bankview.

http://wow-semper-fidelis.de/roster/ind ... &member=15

The last bag of my bank is not available
Rilgamon
WR.net Apprentice
WR.net Apprentice
 
Posts: 16
Joined: Sun Aug 27, 2006 12:59 am

[1329] missing bags

Postby zanix » Thu Sep 13, 2007 10:39 pm

Hmmm,
Try this

Open addons/info/char/bank.php
Find
Code: Select all
    $bag6 bag_get$char->get('member_id'), 'Bank Bag6' );
    if( !
is_null$bag6 ) )
    {
        
$char_page .= $bag6->out();
    } 

Add After
Code: Select all
    $bag7 bag_get$char->get('member_id'), 'Bank Bag7' );
    if( !
is_null$bag7 ) )
    {
        
$char_page .= $bag7->out();
    } 
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US


Return to Archived

Who is online

Users browsing this forum: No registered users and 1 guest

cron