diff options
-rw-r--r-- | sql/updates/world/master/2022_01_04_03_world_2020_05_11_00_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_04_03_world_2020_05_11_00_world.sql b/sql/updates/world/master/2022_01_04_03_world_2020_05_11_00_world.sql new file mode 100644 index 00000000000..c121298c87c --- /dev/null +++ b/sql/updates/world/master/2022_01_04_03_world_2020_05_11_00_world.sql @@ -0,0 +1,7 @@ +-- +-- UPDATE `creature_template` SET `mingold` = 21855, `maxgold` = 23530 WHERE `entry` = 30453; +-- UPDATE `creature_template` SET `mingold` = 43710, `maxgold` = 47060 WHERE `entry` = 31001; +-- UPDATE `creature_template` SET `mingold` = 1800000, `maxgold` = 2000000 WHERE `entry` = 28860; +UPDATE `creature_template` SET `skinloot`=28860/*, `mingold` = 2000000, `maxgold` = 2250000*/ WHERE `entry` = 31311; +-- UPDATE `creature_template` SET `mingold` = 21855, `maxgold` = 23530 WHERE `entry` IN (30681, 30680); +-- UPDATE `creature_template` SET `mingold` = 43710, `maxgold` = 47060 WHERE `entry` IN (30998, 30999); |