view FactionTable.h @ 1978:2233efdc8d00

fixing wrong shape of element being enchanted in inventory
author Grumpy7
date Mon, 28 Oct 2013 20:29:53 -0700
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)