Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.
Comentarios: Add GetUInt64Value to GetGuidValue

List of changes to Trinity's "Application Programming Interface"*

...

Table `creature_text`: new column `TextRange` defines the range of the text: 0 - default, 1 - area, 2 - zone, 3 - map, 4 - world

16 September 2014

Estado
colourBlue
titleCORE/Scripts
 Core/Entities: Added ObjectGuid class from MaNGOS (Merge branch 'Object'Guid')

...

Bloque de código
themeEclipse
languagediff
- instance->SetData64(field, guid);
+ instance->SetGuidData(field, guid);
 
// Set/GetData64 still exists and should not be used with guids

...

Bloque de código
themeEclipse
languagediff
- player->GetUInt64Value(field);
+ player->GetGuidValue(field);

13 September 2014

Estado
colourBlue
titleCORE/Scripts
 Core/Chat: cleanup MonsterText methods

...