From 8f187edc2a4df535fc7ac584a078fdbc16deeb02 Mon Sep 17 00:00:00 2001 From: Gargarensis Date: Fri, 5 Aug 2016 13:11:01 +0200 Subject: [PATCH] hotfix rele price --- .../sql/db-world/azth_world_relentless_price_reduction.sql | 6 +++++- .../data/sql/updates/world/hotfix_rele_price_frost.sql | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 modules/azerothshard/data/sql/updates/world/hotfix_rele_price_frost.sql diff --git a/modules/azerothshard/data/sql/db-world/azth_world_relentless_price_reduction.sql b/modules/azerothshard/data/sql/db-world/azth_world_relentless_price_reduction.sql index 01e765e70e..cb8d54bb9e 100644 --- a/modules/azerothshard/data/sql/db-world/azth_world_relentless_price_reduction.sql +++ b/modules/azerothshard/data/sql/db-world/azth_world_relentless_price_reduction.sql @@ -1,4 +1,8 @@ UPDATE npc_vendor SET extendedcost = 2440 WHERE item IN (41088,41158,41206,41679,41668,41662,40791,40830,40851,41994,41999,42006,41322,41299,41311,41673,41656,41651,41082,41152,41200,40995,41020,41034,41855,41865,41860,40910,40934,40940,40790,40829,40850,40994,41014,41028,41916,41928,41922,40792,40831,40852,41947,41954,41960,41328,41305,41317); UPDATE npc_vendor SET extendedcost = 2445 WHERE item IN (41218,41716,40871,42012,41276,41684,41212,41045,41870,40964,40870,41039,41935,40872,41966,41282); UPDATE npc_vendor SET extendedcost = 2443 WHERE item IN (41144,41774,40811,42018,41288,41768,41138,41008,41875,40928,40810,41002,41941,40812,41972,41294); -UPDATE npc_vendor SET extendedcost = 2444 WHERE item IN (42591,42585,42580,42854,42616,42622,42609,42604,42599); \ No newline at end of file +UPDATE npc_vendor SET extendedcost = 2444 WHERE item IN (42591,42585,42580,42854,42616,42622,42609,42604,42599); + +UPDATE npc_vendor SET extendedcost = 2742 WHERE item IN (41088,41158,41206,41679,41668,41662,40791,40830,40851,41994,41999,42006,41322,41299,41311,41673,41656,41651,41082,41152,41200,40995,41020,41034,41855,41865,41860,40910,40934,40940,40790,40829,40850,40994,41014,41028,41916,41928,41922,40792,40831,40852,41947,41954,41960,41328,41305,41317) AND entry IN (37941, 37942, 38858);; +UPDATE npc_vendor SET extendedcost = 2740 WHERE item IN (41218,41716,40871,42012,41276,41684,41212,41045,41870,40964,40870,41039,41935,40872,41966,41282) AND entry IN (37941, 37942, 38858);; +UPDATE npc_vendor SET extendedcost = 2740 WHERE item IN (41144,41774,40811,42018,41288,41768,41138,41008,41875,40928,40810,41002,41941,40812,41972,41294) AND entry IN (37941, 37942, 38858);; \ No newline at end of file diff --git a/modules/azerothshard/data/sql/updates/world/hotfix_rele_price_frost.sql b/modules/azerothshard/data/sql/updates/world/hotfix_rele_price_frost.sql new file mode 100644 index 0000000000..41c6c8cbb1 --- /dev/null +++ b/modules/azerothshard/data/sql/updates/world/hotfix_rele_price_frost.sql @@ -0,0 +1,3 @@ +UPDATE npc_vendor SET extendedcost = 2742 WHERE item IN (41088,41158,41206,41679,41668,41662,40791,40830,40851,41994,41999,42006,41322,41299,41311,41673,41656,41651,41082,41152,41200,40995,41020,41034,41855,41865,41860,40910,40934,40940,40790,40829,40850,40994,41014,41028,41916,41928,41922,40792,40831,40852,41947,41954,41960,41328,41305,41317) AND entry IN (37941, 37942, 38858);; +UPDATE npc_vendor SET extendedcost = 2740 WHERE item IN (41218,41716,40871,42012,41276,41684,41212,41045,41870,40964,40870,41039,41935,40872,41966,41282) AND entry IN (37941, 37942, 38858);; +UPDATE npc_vendor SET extendedcost = 2740 WHERE item IN (41144,41774,40811,42018,41288,41768,41138,41008,41875,40928,40810,41002,41941,40812,41972,41294) AND entry IN (37941, 37942, 38858);; \ No newline at end of file