mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
DB/Misc: Fix some startup errors
By Malcrom, king of fixes
This commit is contained in:
37
sql/updates/world/2015_09_07_01_world.sql
Normal file
37
sql/updates/world/2015_09_07_01_world.sql
Normal file
@@ -0,0 +1,37 @@
|
||||
--
|
||||
DELETE FROM `pickpocketing_loot_template` WHERE `Entry` IN (215,909,4096,5615,5618);
|
||||
INSERT INTO `pickpocketing_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(215,422,0,1.6129,0,1,0,1,1,NULL),
|
||||
(215,929,0,3.2258,0,1,0,1,1,NULL),
|
||||
(215,2589,0,1.6129,0,1,0,1,1,NULL),
|
||||
(215,4538,0,1.6129,0,1,0,1,1,NULL),
|
||||
(215,4542,0,1.6129,0,1,0,1,1,NULL),
|
||||
(215,5374,0,8.0645,0,1,0,1,1,NULL),
|
||||
(215,16882,0,24.1935,0,1,0,1,1,NULL),
|
||||
(909,422,0,4.8,0,1,0,1,1,NULL),
|
||||
(909,929,0,0.8,0,1,0,1,1,NULL),
|
||||
(909,2592,0,1.6,0,1,0,1,2,NULL),
|
||||
(909,4538,0,3.2,0,1,0,1,1,NULL),
|
||||
(909,4542,0,4,0,1,0,1,1,NULL),
|
||||
(909,5374,0,12,0,1,0,1,1,NULL),
|
||||
(909,16882,0,12.8,0,1,0,1,1,NULL),
|
||||
(4096,929,0,2.7778,0,1,0,1,1,NULL),
|
||||
(4096,1705,0,0.5556,0,1,0,1,1,NULL),
|
||||
(4096,3770,0,6.6667,0,1,0,1,1,NULL),
|
||||
(4096,5375,0,8.8889,0,1,0,1,1,NULL),
|
||||
(4096,16882,0,19.4444,0,1,0,1,1,NULL),
|
||||
(5615,3927,0,2.8465,0,1,0,1,1,NULL),
|
||||
(5615,3928,0,2.3515,0,1,0,1,1,NULL),
|
||||
(5615,4601,0,2.104,0,1,0,1,1,NULL),
|
||||
(5615,4602,0,3.3416,0,1,0,1,1,NULL),
|
||||
(5615,5432,0,10.6436,0,1,0,1,1,NULL),
|
||||
(5615,7909,0,0.3713,0,1,0,1,1,NULL),
|
||||
(5615,7910,0,0.2475,0,1,0,1,1,NULL),
|
||||
(5615,16884,0,7.302,0,1,0,1,1,NULL),
|
||||
(5618,3927,0,2.2648,0,1,0,1,1,NULL),
|
||||
(5618,3928,0,2.6132,0,1,0,1,1,NULL),
|
||||
(5618,4601,0,2.3519,0,1,0,1,1,NULL),
|
||||
(5618,4602,0,2.6132,0,1,0,1,1,NULL),
|
||||
(5618,5432,0,10.5401,0,1,0,1,1,NULL),
|
||||
(5618,7909,0,0.2613,0,1,0,1,1,NULL),
|
||||
(5618,16884,0,8.3624,0,1,0,1,1,NULL);
|
||||
Reference in New Issue
Block a user