diff options
| author | Killyana <morphone1@gmail.com> | 2016-04-23 19:20:25 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2016-04-23 19:20:25 +0200 |
| commit | 6392887f2b903d052e778711c30431b738e5edd1 (patch) | |
| tree | 07b56966a2acf6d78cb92b46321f74df99ed735b /sql | |
| parent | 3e73ba9da5e9d09017cb48389adc930d9c9c3a55 (diff) | |
DB/Creature: Fix some npc flags
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_04_23_02_world.sql | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_04_23_02_world.sql b/sql/updates/world/3.3.5/2016_04_23_02_world.sql new file mode 100644 index 00000000000..e3806947c9c --- /dev/null +++ b/sql/updates/world/3.3.5/2016_04_23_02_world.sql @@ -0,0 +1,19 @@ +-- +UPDATE `creature_template` SET `npcflag`=4096 WHERE `entry`=2404; +UPDATE `creature_template` SET `npcflag`=2 WHERE `entry`=2910; +UPDATE `creature_template` SET `npcflag`=81 WHERE `entry`=7231; +UPDATE `creature_template` SET `npcflag`=128 WHERE `entry`=8121; +UPDATE `creature_template` SET `npcflag`=2 WHERE `entry`=15309; + +DELETE FROM `npc_vendor` WHERE `entry`=8121; +INSERT INTO `npc_vendor` (`entry`, `slot`, `item`) VALUES +(8121, 0, 5740), +(8121, 0, 8624), +(8121, 0, 8625), +(8121, 0, 8626), +(8121, 0, 9312), +(8121, 0, 9313), +(8121, 0, 9314), +(8121, 0, 9315), +(8121, 0, 9317), +(8121, 0, 9318); |
