Advertisement
Guest User

Untitled

a guest
Jun 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 10.90 KB | None | 0 0
  1. CREATE TABLE `spell` (
  2.   `SpellId` int(10) unsigned NOT NULL AUTO_INCREMENT,
  3.   `Category` int(10) unsigned NOT NULL,
  4.   `Dispel` int(10) unsigned NOT NULL,
  5.   `Mechanic` int(11) NOT NULL,
  6.   `Attributes` int(10) unsigned NOT NULL,
  7.   `AttributesEx` int(10) unsigned NOT NULL,
  8.   `AttributesEx2` int(10) unsigned NOT NULL,
  9.   `AttributesEx3` int(10) unsigned NOT NULL,
  10.   `AttributesEx4` int(10) unsigned NOT NULL,
  11.   `AttributesEx5` int(10) unsigned NOT NULL,
  12.   `AttributesEx6` int(10) unsigned NOT NULL,
  13.   `AttributesEx7` int(10) unsigned NOT NULL,
  14.   `Stances` bigint(20) unsigned NOT NULL,
  15.   `StancesNot` bigint(20) unsigned NOT NULL,
  16.   `Targets` int(10) unsigned NOT NULL,
  17.   `TargetCreatureType` int(11) NOT NULL,
  18.   `RequiresSpellFocus` int(10) unsigned NOT NULL,
  19.   `FacingCasterFlags` int(10) unsigned NOT NULL,
  20.   `CasterAuraState` int(11) NOT NULL,
  21.   `TargetAuraState` int(11) NOT NULL,
  22.   `CasterAuraStateNot` int(11) NOT NULL,
  23.   `TargetAuraStateNot` int(11) NOT NULL,
  24.   `CasterAuraSpell` int(10) unsigned NOT NULL,
  25.   `TargetAuraSpell` int(10) unsigned NOT NULL,
  26.   `ExcludeCasterAuraSpell` int(10) unsigned NOT NULL,
  27.   `ExcludeTargetAuraSpell` int(10) unsigned NOT NULL,
  28.   `CastingTimeIndex` int(10) unsigned NOT NULL,
  29.   `RecoveryTime` int(10) unsigned NOT NULL,
  30.   `CategoryRecoveryTime` int(10) unsigned NOT NULL,
  31.   `InterruptFlags` int(10) unsigned NOT NULL,
  32.   `AuraInterruptFlags` int(10) unsigned NOT NULL,
  33.   `ChannelInterruptFlags` int(10) unsigned NOT NULL,
  34.   `ProcFlags` int(11) NOT NULL,
  35.   `ProcChance` int(10) unsigned NOT NULL,
  36.   `ProcCharges` int(10) unsigned NOT NULL,
  37.   `MaxLevel` int(10) unsigned NOT NULL,
  38.   `BaseLevel` int(10) unsigned NOT NULL,
  39.   `SpellLevel` int(10) unsigned NOT NULL,
  40.   `DurationIndex` int(10) unsigned NOT NULL,
  41.   `PowerType` int(10) unsigned NOT NULL,
  42.   `ManaCost` int(10) unsigned NOT NULL,
  43.   `ManaCostPerlevel` int(10) unsigned NOT NULL,
  44.   `ManaPerSecond` int(10) unsigned NOT NULL,
  45.   `ManaPerSecondPerLevel` int(10) unsigned NOT NULL,
  46.   `RangeIndex` int(10) unsigned NOT NULL,
  47.   `Speed` float NOT NULL,
  48.   `ModalNextSpell` int(10) unsigned NOT NULL,
  49.   `StackAmount` int(10) unsigned NOT NULL,
  50.   `ReagentsRequired_Totem_One` int(10) unsigned NOT NULL,
  51.   `ReagentsRequired_Totem_Two` int(10) unsigned NOT NULL,
  52.   `ReagentsRequired_ReagentId_One` int(11) NOT NULL,
  53.   `ReagentsRequired_ReagentId_Two` int(11) NOT NULL,
  54.   `ReagentsRequired_ReagentId_Three` int(11) NOT NULL,
  55.   `ReagentsRequired_ReagentId_Four` int(11) NOT NULL,
  56.   `ReagentsRequired_ReagentId_Five` int(11) NOT NULL,
  57.   `ReagentsRequired_ReagentId_Six` int(11) NOT NULL,
  58.   `ReagentsRequired_ReagentId_Seven` int(11) NOT NULL,
  59.   `ReagentsRequired_ReagentId_Eight` int(11) NOT NULL,
  60.   `ReagentsRequired_ReagentCount_One` int(10) unsigned NOT NULL,
  61.   `ReagentsRequired_ReagentCount_Two` int(10) unsigned NOT NULL,
  62.   `ReagentsRequired_ReagentCount_Three` int(10) unsigned NOT NULL,
  63.   `ReagentsRequired_ReagentCount_Four` int(10) unsigned NOT NULL,
  64.   `ReagentsRequired_ReagentCount_Five` int(10) unsigned NOT NULL,
  65.   `ReagentsRequired_ReagentCount_Six` int(10) unsigned NOT NULL,
  66.   `ReagentsRequired_ReagentCount_Seven` int(10) unsigned NOT NULL,
  67.   `ReagentsRequired_ReagentCount_Eight` int(10) unsigned NOT NULL,
  68.   `EquippedItemClass` int(11) NOT NULL,
  69.   `EquippedItemSubClassMask` int(11) NOT NULL,
  70.   `EquippedItemInventoryTypeMask` int(11) NOT NULL,
  71.   `SpellEffectInformation_Effect_Effect1` int(11) NOT NULL,
  72.   `SpellEffectInformation_Effect_Effect2` int(11) NOT NULL,
  73.   `SpellEffectInformation_Effect_Effect3` int(11) NOT NULL,
  74.   `SpellEffectInformation_EffectDieSides_Effect1` int(11) NOT NULL,
  75.   `SpellEffectInformation_EffectDieSides_Effect2` int(11) NOT NULL,
  76.   `SpellEffectInformation_EffectDieSides_Effect3` int(11) NOT NULL,
  77.   `SpellEffectInformation_EffectRealPointsPerLevel_Effect1` float NOT NULL,
  78.   `SpellEffectInformation_EffectRealPointsPerLevel_Effect2` float NOT NULL,
  79.   `SpellEffectInformation_EffectRealPointsPerLevel_Effect3` float NOT NULL,
  80.   `SpellEffectInformation_EffectBasePoints_Effect1` int(11) NOT NULL,
  81.   `SpellEffectInformation_EffectBasePoints_Effect2` int(11) NOT NULL,
  82.   `SpellEffectInformation_EffectBasePoints_Effect3` int(11) NOT NULL,
  83.   `SpellEffectInformation_EffectMechanic_Effect1` int(11) NOT NULL,
  84.   `SpellEffectInformation_EffectMechanic_Effect2` int(11) NOT NULL,
  85.   `SpellEffectInformation_EffectMechanic_Effect3` int(11) NOT NULL,
  86.   `SpellEffectInformation_EffectImplicitTargetA_Effect1` int(11) NOT NULL,
  87.   `SpellEffectInformation_EffectImplicitTargetA_Effect2` int(11) NOT NULL,
  88.   `SpellEffectInformation_EffectImplicitTargetA_Effect3` int(11) NOT NULL,
  89.   `SpellEffectInformation_EffectImplicitTargetB_Effect1` int(11) NOT NULL,
  90.   `SpellEffectInformation_EffectImplicitTargetB_Effect2` int(11) NOT NULL,
  91.   `SpellEffectInformation_EffectImplicitTargetB_Effect3` int(11) NOT NULL,
  92.   `SpellEffectInformation_EffectRadiusIndex_Effect1` int(10) unsigned NOT NULL,
  93.   `SpellEffectInformation_EffectRadiusIndex_Effect2` int(10) unsigned NOT NULL,
  94.   `SpellEffectInformation_EffectRadiusIndex_Effect3` int(10) unsigned NOT NULL,
  95.   `SpellEffectInformation_EffectApplyAuraName_Effect1` int(11) NOT NULL,
  96.   `SpellEffectInformation_EffectApplyAuraName_Effect2` int(11) NOT NULL,
  97.   `SpellEffectInformation_EffectApplyAuraName_Effect3` int(11) NOT NULL,
  98.   `SpellEffectInformation_EffectAmplitude_Effect1` int(10) unsigned NOT NULL,
  99.   `SpellEffectInformation_EffectAmplitude_Effect2` int(10) unsigned NOT NULL,
  100.   `SpellEffectInformation_EffectAmplitude_Effect3` int(10) unsigned NOT NULL,
  101.   `SpellEffectInformation_EffectMultipleValue_Effect1` float NOT NULL,
  102.   `SpellEffectInformation_EffectMultipleValue_Effect2` float NOT NULL,
  103.   `SpellEffectInformation_EffectMultipleValue_Effect3` float NOT NULL,
  104.   `SpellEffectInformation_EffectChainTarget_Effect1` int(10) unsigned NOT NULL,
  105.   `SpellEffectInformation_EffectChainTarget_Effect2` int(10) unsigned NOT NULL,
  106.   `SpellEffectInformation_EffectChainTarget_Effect3` int(10) unsigned NOT NULL,
  107.   `SpellEffectInformation_EffectItemType_Effect1` int(10) unsigned NOT NULL,
  108.   `SpellEffectInformation_EffectItemType_Effect2` int(10) unsigned NOT NULL,
  109.   `SpellEffectInformation_EffectItemType_Effect3` int(10) unsigned NOT NULL,
  110.   `SpellEffectInformation_EffectMiscValue_Effect1` int(11) NOT NULL,
  111.   `SpellEffectInformation_EffectMiscValue_Effect2` int(11) NOT NULL,
  112.   `SpellEffectInformation_EffectMiscValue_Effect3` int(11) NOT NULL,
  113.   `SpellEffectInformation_EffectMiscValueB_Effect1` int(11) NOT NULL,
  114.   `SpellEffectInformation_EffectMiscValueB_Effect2` int(11) NOT NULL,
  115.   `SpellEffectInformation_EffectMiscValueB_Effect3` int(11) NOT NULL,
  116.   `SpellEffectInformation_EffectTriggerSpell_Effect1` int(10) unsigned NOT NULL,
  117.   `SpellEffectInformation_EffectTriggerSpell_Effect2` int(10) unsigned NOT NULL,
  118.   `SpellEffectInformation_EffectTriggerSpell_Effect3` int(10) unsigned NOT NULL,
  119.   `SpellEffectInformation_EffectPointsPerComboPoint_Effect1` float NOT NULL,
  120.   `SpellEffectInformation_EffectPointsPerComboPoint_Effect2` float NOT NULL,
  121.   `SpellEffectInformation_EffectPointsPerComboPoint_Effect3` float NOT NULL,
  122.   `SpellEffectInformation_EffectSpellClassMaskA_Effect1` int(10) unsigned NOT NULL,
  123.   `SpellEffectInformation_EffectSpellClassMaskA_Effect2` int(10) unsigned NOT NULL,
  124.   `SpellEffectInformation_EffectSpellClassMaskA_Effect3` int(10) unsigned NOT NULL,
  125.   `SpellEffectInformation_EffectSpellClassMaskB_Effect1` int(10) unsigned NOT NULL,
  126.   `SpellEffectInformation_EffectSpellClassMaskB_Effect2` int(10) unsigned NOT NULL,
  127.   `SpellEffectInformation_EffectSpellClassMaskB_Effect3` int(10) unsigned NOT NULL,
  128.   `SpellEffectInformation_EffectSpellClassMaskC_Effect1` int(10) unsigned NOT NULL,
  129.   `SpellEffectInformation_EffectSpellClassMaskC_Effect2` int(10) unsigned NOT NULL,
  130.   `SpellEffectInformation_EffectSpellClassMaskC_Effect3` int(10) unsigned NOT NULL,
  131.   `SpellVisual_One` int(10) unsigned NOT NULL,
  132.   `SpellVisual_Two` int(10) unsigned NOT NULL,
  133.   `SpellIconID` int(10) unsigned NOT NULL,
  134.   `ActiveIconID` int(10) unsigned NOT NULL,
  135.   `SpellPriority` int(10) unsigned NOT NULL,
  136.   `ManaCostPercentage` int(10) unsigned NOT NULL,
  137.   `StartRecoveryCategory` int(10) unsigned NOT NULL,
  138.   `StartRecoveryTime` int(10) unsigned NOT NULL,
  139.   `MaxTargetLevel` int(10) unsigned NOT NULL,
  140.   `SpellFamilyName` int(11) NOT NULL,
  141.   `SpellFamilyFlags_One` int(10) unsigned NOT NULL,
  142.   `SpellFamilyFlags_Two` int(10) unsigned NOT NULL,
  143.   `SpellFamilyFlags_Three` int(10) unsigned NOT NULL,
  144.   `MaxAffectedTargets` int(10) unsigned NOT NULL,
  145.   `DmgClass` int(11) NOT NULL,
  146.   `PreventionType` int(11) NOT NULL,
  147.   `StanceBarOrder` int(10) unsigned NOT NULL,
  148.   `DmgMultiplier_Effect1` float NOT NULL,
  149.   `DmgMultiplier_Effect2` float NOT NULL,
  150.   `DmgMultiplier_Effect3` float NOT NULL,
  151.   `MinFactionId` int(10) unsigned NOT NULL,
  152.   `MinReputation` int(10) unsigned NOT NULL,
  153.   `RequiredAuraVision` int(10) unsigned NOT NULL,
  154.   `TotemCategory_One` int(10) unsigned NOT NULL,
  155.   `TotemCategory_Two` int(10) unsigned NOT NULL,
  156.   `AreaGroupId` int(11) NOT NULL,
  157.   `SchoolMask` int(11) NOT NULL,
  158.   `RuneCostID` int(10) unsigned NOT NULL,
  159.   `SpellMissileID` int(10) unsigned NOT NULL,
  160.   `PowerDisplayId` int(10) unsigned NOT NULL,
  161.   `DamageCoeficient_Effect1` float NOT NULL,
  162.   `DamageCoeficient_Effect2` float NOT NULL,
  163.   `DamageCoeficient_Effect3` float NOT NULL,
  164.   `SpellDescriptionVariableID` int(10) unsigned NOT NULL,
  165.   `SpellDifficultyId` int(10) unsigned NOT NULL,
  166.   `Description_Flags` int(10) unsigned NOT NULL DEFAULT '0',
  167.   `Description_deDE` longtext,
  168.   `Description_enCN` longtext,
  169.   `Description_enTW` longtext,
  170.   `Description_enUS` longtext,
  171.   `Description_esES` longtext,
  172.   `Description_esMX` longtext,
  173.   `Description_frFR` longtext,
  174.   `Description_itIT` longtext,
  175.   `Description_koKR` longtext,
  176.   `Description_ptPT` longtext,
  177.   `Description_ruRU` longtext,
  178.   `Rank_Flags` int(10) unsigned NOT NULL DEFAULT '0',
  179.   `Rank_deDE` longtext,
  180.   `Rank_enCN` longtext,
  181.   `Rank_enTW` longtext,
  182.   `Rank_enUS` longtext,
  183.   `Rank_esES` longtext,
  184.   `Rank_esMX` longtext,
  185.   `Rank_frFR` longtext,
  186.   `Rank_itIT` longtext,
  187.   `Rank_koKR` longtext,
  188.   `Rank_ptPT` longtext,
  189.   `Rank_ruRU` longtext,
  190.   `SpellName_Flags` int(10) unsigned NOT NULL DEFAULT '0',
  191.   `SpellName_deDE` longtext,
  192.   `SpellName_enCN` longtext,
  193.   `SpellName_enTW` longtext,
  194.   `SpellName_enUS` longtext,
  195.   `SpellName_esES` longtext,
  196.   `SpellName_esMX` longtext,
  197.   `SpellName_frFR` longtext,
  198.   `SpellName_itIT` longtext,
  199.   `SpellName_koKR` longtext,
  200.   `SpellName_ptPT` longtext,
  201.   `SpellName_ruRU` longtext,
  202.   `ToolTip_Flags` int(10) unsigned NOT NULL DEFAULT '0',
  203.   `ToolTip_deDE` longtext,
  204.   `ToolTip_enCN` longtext,
  205.   `ToolTip_enTW` longtext,
  206.   `ToolTip_enUS` longtext,
  207.   `ToolTip_esES` longtext,
  208.   `ToolTip_esMX` longtext,
  209.   `ToolTip_frFR` longtext,
  210.   `ToolTip_itIT` longtext,
  211.   `ToolTip_koKR` longtext,
  212.   `ToolTip_ptPT` longtext,
  213.   `ToolTip_ruRU` longtext,
  214.   PRIMARY KEY (`SpellId`)
  215. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement