mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
14 lines
818 B
SQL
14 lines
818 B
SQL
|
|
-- Kil'jaeden (25315)
|
|
DELETE FROM creature_loot_template WHERE entry=25315;
|
|
INSERT INTO creature_loot_template VALUES (25315, 29434, 100, 1, 0, 3, 3);
|
|
INSERT INTO creature_loot_template VALUES (25315, 34096, 100, 1, 0, -34096, 3);
|
|
INSERT INTO creature_loot_template VALUES (25315, 34247, 0, 1, 1, 1, 1);
|
|
INSERT INTO creature_loot_template VALUES (25315, 34329, 0, 1, 1, 1, 1);
|
|
INSERT INTO creature_loot_template VALUES (25315, 34331, 0, 1, 1, 1, 1);
|
|
INSERT INTO creature_loot_template VALUES (25315, 34335, 0, 1, 1, 1, 1);
|
|
INSERT INTO creature_loot_template VALUES (25315, 34336, 0, 1, 1, 1, 1);
|
|
INSERT INTO creature_loot_template VALUES (25315, 34337, 0, 1, 1, 1, 1);
|
|
INSERT INTO creature_loot_template VALUES (25315, 34664, 100, 1, 0, 1, 1);
|
|
INSERT INTO creature_loot_template VALUES (25315, 34334, 3, 1, 0, 1, 1);
|