mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
5
data/sql/updates/db_world/2022_12_29_10.sql
Normal file
5
data/sql/updates/db_world/2022_12_29_10.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2022_12_29_09 -> 2022_12_29_10
|
||||
--
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` = 18134) AND (`Item` IN (24427));
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(18134, 24427, 0, 20, 1, 1, 0, 1, 1, 'Fen Strider - Fen Strider Tentacle');
|
||||
2
data/sql/updates/db_world/2022_12_29_11.sql
Normal file
2
data/sql/updates/db_world/2022_12_29_11.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- DB update 2022_12_29_10 -> 2022_12_29_11
|
||||
DELETE FROM `creature` WHERE `id1` = 19461;
|
||||
Reference in New Issue
Block a user