mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 01:23:47 +00:00
Removed item DBC loading and use item_template table instead (#732)
* Removed item DBC loading and use item_template table instead Added all NPC only items to item_template * Used the recommended way to add SQL files
This commit is contained in:
@@ -1434,16 +1434,6 @@ DeletedCharacterTicketTrace = 0
|
||||
|
||||
DungeonFinder.OptionsMask = 1
|
||||
|
||||
|
||||
#
|
||||
# DBC.EnforceItemAttributes
|
||||
# Description: Disallow overriding item attributes stored in DBC files with values from the
|
||||
# database.
|
||||
# Default: 1 - (Enabled, Enforce DBC values)
|
||||
# 0 - (Disabled, Use database values)
|
||||
|
||||
DBC.EnforceItemAttributes = 1
|
||||
|
||||
#
|
||||
# AccountInstancesPerHour
|
||||
# Description: Controls the max amount of different instances player can enter within hour
|
||||
|
||||
Reference in New Issue
Block a user