mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Entities: rename ItemPrototype to ItemTemplate
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
#include "Log.h"
|
||||
#include "Item.h"
|
||||
#include "ItemPrototype.h"
|
||||
#include "ItemTemplate.h"
|
||||
#include "AuctionHouseBotBuyer.h"
|
||||
|
||||
AuctionBotBuyer::AuctionBotBuyer() : _checkInterval(20 * MINUTE)
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#define AUCTION_HOUSE_BOT_SELLER_H
|
||||
|
||||
#include "Define.h"
|
||||
#include "ItemPrototype.h"
|
||||
#include "ItemTemplate.h"
|
||||
#include "AuctionHouseBot.h"
|
||||
|
||||
struct ItemToSell
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "Common.h"
|
||||
#include "Unit.h"
|
||||
#include "UpdateMask.h"
|
||||
#include "ItemPrototype.h"
|
||||
#include "ItemTemplate.h"
|
||||
#include "LootMgr.h"
|
||||
#include "DatabaseEnv.h"
|
||||
#include "Cell.h"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#define MAX_BAG_SIZE 36 // 2.0.12
|
||||
|
||||
#include "Item.h"
|
||||
#include "ItemPrototype.h"
|
||||
#include "ItemTemplate.h"
|
||||
|
||||
class TC_GAME_API Bag : public Item
|
||||
{
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "Common.h"
|
||||
#include "Object.h"
|
||||
#include "LootMgr.h"
|
||||
#include "ItemPrototype.h"
|
||||
#include "ItemTemplate.h"
|
||||
#include "DatabaseEnv.h"
|
||||
|
||||
class SpellInfo;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "ItemPrototype.h"
|
||||
#include "ItemTemplate.h"
|
||||
|
||||
bool ItemTemplate::CanChangeEquipStateInCombat() const
|
||||
{
|
||||
@@ -28,7 +28,7 @@
|
||||
#include "TemporarySummon.h"
|
||||
#include "Corpse.h"
|
||||
#include "QuestDef.h"
|
||||
#include "ItemPrototype.h"
|
||||
#include "ItemTemplate.h"
|
||||
#include "NPCHandler.h"
|
||||
#include "DatabaseEnv.h"
|
||||
#include "Mail.h"
|
||||
|
||||
Reference in New Issue
Block a user