Advertisement
Rochet2

Untitled

Feb 5th, 2019
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.57 KB | None | 0 0
  1. "INSERT INTO wotlkworld.item_template SELECT MAX(b.`entry`)+1, a.`class`, a.`subclass`, a.`SoundOverrideSubclass`, a.`name`, a.`displayid`, a.`Quality`, a.`Flags`, a.`FlagsExtra`, a.`BuyCount`, a.`BuyPrice`, a.`SellPrice`, a.`InventoryType`, a.`AllowableClass`, a.`AllowableRace`, a.`ItemLevel`, a.`RequiredLevel`, a.`RequiredSkill`, a.`RequiredSkillRank`, a.`requiredspell`, a.`requiredhonorrank`, a.`RequiredCityRank`, a.`RequiredReputationFaction`, a.`RequiredReputationRank`, a.`maxcount`, a.`stackable`, a.`ContainerSlots`, a.`StatsCount`, a.`stat_type1`, a.`stat_value1`, a.`stat_type2`, a.`stat_value2`, a.`stat_type3`, a.`stat_value3`, a.`stat_type4`, a.`stat_value4`, a.`stat_type5`, a.`stat_value5`, a.`stat_type6`, a.`stat_value6`, a.`stat_type7`, a.`stat_value7`, a.`stat_type8`, a.`stat_value8`, a.`stat_type9`, a.`stat_value9`, a.`stat_type10`, a.`stat_value10`, a.`ScalingStatDistribution`, a.`ScalingStatValue`, a.`dmg_min1`, a.`dmg_max1`, a.`dmg_type1`, a.`dmg_min2`, a.`dmg_max2`, a.`dmg_type2`, a.`armor`, a.`holy_res`, a.`fire_res`, a.`nature_res`, a.`frost_res`, a.`shadow_res`, a.`arcane_res`, a.`delay`, a.`ammo_type`, a.`RangedModRange`, a.`spellid_1`, a.`spelltrigger_1`, a.`spellcharges_1`, a.`spellppmRate_1`, a.`spellcooldown_1`, a.`spellcategory_1`, a.`spellcategorycooldown_1`, a.`spellid_2`, a.`spelltrigger_2`, a.`spellcharges_2`, a.`spellppmRate_2`, a.`spellcooldown_2`, a.`spellcategory_2`, a.`spellcategorycooldown_2`, a.`spellid_3`, a.`spelltrigger_3`, a.`spellcharges_3`, a.`spellppmRate_3`, a.`spellcooldown_3`, a.`spellcategory_3`, a.`spellcategorycooldown_3`, a.`spellid_4`, a.`spelltrigger_4`, a.`spellcharges_4`, a.`spellppmRate_4`, a.`spellcooldown_4`, a.`spellcategory_4`, a.`spellcategorycooldown_4`, a.`spellid_5`, a.`spelltrigger_5`, a.`spellcharges_5`, a.`spellppmRate_5`, a.`spellcooldown_5`, a.`spellcategory_5`, a.`spellcategorycooldown_5`, a.`bonding`, a.`description`, a.`PageText`, a.`LanguageID`, a.`PageMaterial`, a.`startquest`, a.`lockid`, a.`Material`, a.`sheath`, a.`RandomProperty`, a.`RandomSuffix`, a.`block`, a.`itemset`, a.`MaxDurability`, a.`area`, a.`Map`, a.`BagFamily`, a.`TotemCategory`, a.`socketColor_1`, a.`socketContent_1`, a.`socketColor_2`, a.`socketContent_2`, a.`socketColor_3`, a.`socketContent_3`, a.`socketBonus`, a.`GemProperties`, a.`RequiredDisenchantSkill`, a.`ArmorDamageModifier`, a.`duration`, a.`ItemLimitCategory`, a.`HolidayId`, a.`ScriptName`, a.`DisenchantID`, a.`FoodType`, a.`minMoneyLoot`, a.`maxMoneyLoot`, a.`flagsCustom`, a.`VerifiedBuild` FROM cataworld.item_template a INNER JOIN wotlkworld.item_template b WHERE a.entry = "..entry
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement