mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
*Add table spell_elixir to world_spell_full.sql
--HG-- branch : trunk
This commit is contained in:
109
sql/world.sql
109
sql/world.sql
@@ -13763,115 +13763,6 @@ CREATE TABLE `spell_elixir` (
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Spell System';
|
||||
SET character_set_client = @saved_cs_client;
|
||||
|
||||
--
|
||||
-- Dumping data for table `spell_elixir`
|
||||
--
|
||||
|
||||
LOCK TABLES `spell_elixir` WRITE;
|
||||
/*!40000 ALTER TABLE `spell_elixir` DISABLE KEYS */;
|
||||
INSERT INTO `spell_elixir` VALUES
|
||||
(673,2),
|
||||
(2367,1),
|
||||
(2374,1),
|
||||
(2378,2),
|
||||
(2380,2),
|
||||
(3160,1),
|
||||
(3164,1),
|
||||
(3166,2),
|
||||
(3219,2),
|
||||
(3220,2),
|
||||
(3222,2),
|
||||
(3223,2),
|
||||
(3593,2),
|
||||
(7844,1),
|
||||
(8212,1),
|
||||
(10667,1),
|
||||
(10668,2),
|
||||
(10669,1),
|
||||
(10692,2),
|
||||
(10693,2),
|
||||
(11319,2),
|
||||
(11328,1),
|
||||
(11334,1),
|
||||
(11348,2),
|
||||
(11349,2),
|
||||
(11364,2),
|
||||
(11371,2),
|
||||
(11390,1),
|
||||
(11396,2),
|
||||
(11405,1),
|
||||
(11406,1),
|
||||
(11474,1),
|
||||
(15231,2),
|
||||
(15233,2),
|
||||
(16321,2),
|
||||
(16322,1),
|
||||
(16323,1),
|
||||
(16325,2),
|
||||
(16326,2),
|
||||
(16327,2),
|
||||
(16329,1),
|
||||
(17038,1),
|
||||
(17535,2),
|
||||
(17537,1),
|
||||
(17538,1),
|
||||
(17539,1),
|
||||
(17624,3),
|
||||
(17626,3),
|
||||
(17627,3),
|
||||
(17628,3),
|
||||
(17629,3),
|
||||
(21920,1),
|
||||
(24361,2),
|
||||
(24363,2),
|
||||
(24382,2),
|
||||
(24383,2),
|
||||
(24417,2),
|
||||
(26276,1),
|
||||
(27652,2),
|
||||
(27653,2),
|
||||
(28486,1),
|
||||
(28488,1),
|
||||
(28490,1),
|
||||
(28491,1),
|
||||
(28493,1),
|
||||
(28497,1),
|
||||
(28501,1),
|
||||
(28502,2),
|
||||
(28503,1),
|
||||
(28509,2),
|
||||
(28514,2),
|
||||
(28518,3),
|
||||
(28519,3),
|
||||
(28520,3),
|
||||
(28521,3),
|
||||
(28540,3),
|
||||
(29348,2),
|
||||
(33720,1),
|
||||
(33721,1),
|
||||
(33726,1),
|
||||
(38954,1),
|
||||
(39625,2),
|
||||
(39626,2),
|
||||
(39627,2),
|
||||
(39628,2),
|
||||
(40567,7),
|
||||
(40568,7),
|
||||
(40572,7),
|
||||
(40573,7),
|
||||
(40575,7),
|
||||
(40576,7),
|
||||
(41608,11),
|
||||
(41609,11),
|
||||
(41610,11),
|
||||
(41611,11),
|
||||
(42735,3),
|
||||
(45373,1),
|
||||
(46837,11),
|
||||
(46839,11);
|
||||
/*!40000 ALTER TABLE `spell_elixir` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
--
|
||||
-- Table structure for table `spell_enchant_proc_data`
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user