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

[svn] * Updated to 6743 and 685

Moved language id used by Arena to a higher place to solve conflicts
Added the empty script folders

Original author: Neo2003
Date: 2008-10-09 08:42:22-05:00

Files:
1 modified

Legend:

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

    r6 r28  
    8080        void SendPacket(WorldPacket const* packet); 
    8181        void SendNotification(const char *format,...) ATTR_PRINTF(2,3); 
     82        void SendNotification(int32 string_id,...); 
    8283        void SendLfgResult(uint32 type, uint32 entry, uint8 lfg_type); 
    8384        void SendPartyResult(PartyOperation operation, std::string member, PartyResult res);