diff options
-rw-r--r-- | sql/updates/world/master/2017_05_23_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_05_23_00_world.sql b/sql/updates/world/master/2017_05_23_00_world.sql new file mode 100644 index 00000000000..f3c7d1b3d10 --- /dev/null +++ b/sql/updates/world/master/2017_05_23_00_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `conditions` WHERE `SourceGroup` = 9823; +DELETE FROM `conditions` WHERE `SourceEntry` IN (1962,2794,20138,20139,20140,39142,40200,44301,47121,52867,54758,65387,72278,72279,72280,75880,75887,80128,80129,81913,81914); +DELETE FROM `npc_vendor` WHERE `item` IN (390,392,11141,14469,14472,15726,21835,22536,22538,43237,44977,46349); + +UPDATE `creature_template` SET `npcflag`=`npcflag`|128 WHERE `entry` IN (68993,76117,77378,82776,89257,89640,89939,90086,90866,91079,91457,92000,92184,92245,92489,92932,92936,93188,93225,93526,93539,93543,93545,93945,94099,94100,95057,95118,95791,96780,96791,96792,96793,96794,96795,96975,96990,97001,97005,97213,97342,97359,97360,97361,97364,97366,97786,97852,97854,97856,97857,97858,97866,97867,97869,97874,97876,98109,98112,99205,99206,99207,99574,99903,99905,99912,100196,100437,101846,102193,103796,103797,106902,106904,106940,107376,107760,108534,108537,108553,108554,108555,108556,108559,108560,108792,108825,109372,109377,109383,109912,110531,110974,112629,112634,113404); |