Show
Ignore:
Timestamp:
02/05/2010 04:20:56 AM (7 months ago)
Author:
AlexisB
Message:

ADDED: You can now log in with 3.3.2 build 11403. Expect client crashes and weird behavior! Thanks to Mangos for the packet/dbc changes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/arcemu-world/SpellAuras.cpp

    r3138 r3151  
    329329                &Aura::SpellAuraNULL,//305 
    330330                &Aura::SpellAuraNULL,//306 
     331        &Aura::SpellAuraNULL,//307 
     332        &Aura::SpellAuraNULL,//308 
     333        &Aura::SpellAuraNULL,//309 
     334        &Aura::SpellAuraNULL,//310 
     335        &Aura::SpellAuraNULL,//311 
     336        &Aura::SpellAuraNULL,//312 
     337        &Aura::SpellAuraNULL,//313 
     338        &Aura::SpellAuraNULL,//314 
     339        &Aura::SpellAuraNULL,//315 
     340        &Aura::SpellAuraNULL //316 
     341 
    331342}; 
    332343 
     
    639650        "",                                                                                                     // 305 
    640651        "",                                                                                                     // 306 
     652    "",                                                                                                 // 307 
     653    "",                                                                                                 // 308 
     654    "",                                                                                                 // 309 
     655    "",                                                                                                 // 310 
     656    "",                                                                                                 // 311 
     657    "",                                                                                                 // 312 
     658    "",                                                                                                 // 313 
     659    "",                                                                                                 // 314 
     660    "",                                                                                                 // 315 
     661    ""                                                                                                  // 316 
    641662}; 
    642663