Mercurial > mm7
view FactionTable.h @ 993:ada1ed5f44a1
CastSpellInfo::_427E01_cast_spell cleaned from gotos
author | zipi |
---|---|
date | Mon, 13 May 2013 22:51:58 +0100 |
parents | 9c0607679772 |
children |
line wrap: on
line source
#pragma once /* 174 */ #pragma pack(push, 1) struct FactionTable { void Initialize(); char relations[89][89]; }; #pragma pack(pop)