mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Loot: Xandivious (15623)
This commit is contained in:
8
sql/updates/world/2014_10_12_06_world.sql
Normal file
8
sql/updates/world/2014_10_12_06_world.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry`=15623;
|
||||
INSERT INTO `creature_loot_template`(`Entry`,`Item`,`Chance`,`MinCount`,`MaxCount`) VALUES
|
||||
(15623,14047,19,1,4),
|
||||
(15623,14256,3,1,1),
|
||||
(15623,8952,2,1,1),
|
||||
(15623,13446,1.3,1,1),
|
||||
(15623,13443,0.3,1,1),
|
||||
(15623,14283,0.11,1,1);
|
||||
Reference in New Issue
Block a user