Show
Ignore:
Timestamp:
11/19/08 13:31:42 (17 years ago)
Author:
yumileroy
Message:

[svn] * DB data for item 28356 and related, and also for 28602, 30317, 28578. source: Mangos
* List fake data for last spells expected to listed in spell_affect. source: Mangos
* Fixed: wrong arg name for va_start call in

WorldSession::SendNotification?. source: Mangos

* Implemented dummy aura of spell 43873. source: Mangos

Original author: KingPin?
Date: 2008-10-19 17:27:18-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/WorldSession.cpp

    r44 r73  
    454454        char szStr [1024]; 
    455455        szStr[0] = '\0'; 
    456         va_start(ap, format); 
     456        va_start(ap, string_id); 
    457457        vsnprintf( szStr, 1024, format, ap ); 
    458458        va_end(ap);