PDA

Просмотр полной версии : [10816] Remove GUID_LOPART/GUID_HIPART


newsbot
02.12.2010, 09:21
автор: VladimirMangos


<pre>m src/game/ObjectGuid.h
m src/shared/revision_nr.h
</pre>
<pre style='white-space:pre-wrap;width:81ex'>[10816] Remove GUID_LOPART/GUID_HIPART

* Now no correct way access to internal structure of guid in uint64 form.
For this always must be used ObjectGuid form.
* Guids in uint64 form still used in some cases (many) but it uses as-is
Main source of uint64 guids is non-converted opcode handlers.
* Also ofc, possible cases wrong created uint64 guids by assign uint32 to uint64.
For catch all cases need finish convertion to ObjectGuid all non-converted yet code.</pre>




Дальше... (https://github.com/mangos/mangos/commit/00b0f5174c40af5a39c258fdb1836fad3420bf76)