A few more tweaks for Linux

--HG--
branch : trunk
This commit is contained in:
Chaz Brown
2009-09-23 00:15:32 -04:00
parent 2204c5418c
commit 8d154eb55f
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#include "ObjectMgr.h"
#include "AuctionHouseMgr.h"
#include "AuctionHouseBot.h"
#include "ObjectMgr.h"
#if CLIENT_VER > 300
#else if CLIENT_VER > 100
#include <vector>

View File

@@ -3,6 +3,7 @@
#include "World.h"
#include "Config/ConfigEnv.h"
#include "ItemPrototype.h"
#if CLIENT_VER > 300
#include "ace/Vector_T.h"
#else if CLIENT_VER > 100
@@ -901,7 +902,7 @@ public:
{
switch(Class)
{
case 7:
case ITEM_CLASS_TRADE_GOODS:
DecItemCounts(Quality);
break;
default:
@@ -965,7 +966,7 @@ public:
{
switch(Class)
{
case 7:
case ITEM_CLASS_TRADE_GOODS:
IncItemCounts(Quality);
break;
default: