mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 13:22:48 +01:00
A few more tweaks for Linux
--HG-- branch : trunk
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user