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 |
|---|
| |
|---|
| colour | Blue |
|---|
| title | CORE/Scripts |
|---|
|
Core/Entities: Added ObjectGuid class from MaNGOS (
Merge branch 'Object'Guid')
...
| Code Block |
|---|
|
- instance->SetData64(field, guid);
+ instance->SetGuidData(field, guid);
// Set/GetData64 still exists and should not be used with guids |
...
| Code Block |
|---|
|
- player->GetUInt64Value(field);
+ player->GetGuidValue(field); |
13 September 2014
| Status |
|---|
| |
|---|
| colour | Blue |
|---|
| title | CORE/Scripts |
|---|
|
Core/Chat: cleanup MonsterText methods...