Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: 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

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

...

Code Block
themeEclipse
languagediff
- instance->SetData64(field, guid);
+ instance->SetGuidData(field, guid);
 
// Set/GetData64 still exists and should not be used with guids

...

Code Block
themeEclipse
languagediff
- player->GetUInt64Value(field);
+ player->GetGuidValue(field);

13 September 2014

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

...