diff options
| author | kandera <kandera@trinity.contrib> | 2012-01-21 14:08:38 +0100 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-01-21 14:08:38 +0100 |
| commit | e748c0fe037bab861fea8d5d8488eb681d7f8b12 (patch) | |
| tree | c23907c9f381f9984939718625cd09f882c83765 | |
| parent | 9c2767b7f4c4bd9e954d3793b11c2bbcf7870b26 (diff) | |
DB/Creature: update vendor for Arcanum Of Torment
Closes #4901
| -rw-r--r-- | sql/updates/world/2012_01_21_00_world_creature.sql | 8 | ||||
| -rw-r--r-- | sql/updates/world/2012_01_21_01_world_npc_vendor.sql | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sql/updates/world/2012_01_21_00_world_creature.sql b/sql/updates/world/2012_01_21_00_world_creature.sql index 8424969b9fb..29ba4d12349 100644 --- a/sql/updates/world/2012_01_21_00_world_creature.sql +++ b/sql/updates/world/2012_01_21_00_world_creature.sql @@ -4,8 +4,8 @@ DELETE FROM `creature` WHERE `id`=27791; INSERT IGNORE INTO creature (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`MovementType`) VALUES -(@GUID+0,27791,571,1,'0x00000001',0,0,3653.64233,-1204.21200,102.420319,4.04458666,120, 0, 0), -(@GUID+1,27791,571,1,'0x00000001',0,0,3673.77515,-1213.68188,102.420319,4.08126450,120, 0, 0), -(@GUID+2,27791,571,1,'0x00000001',0,0,3674.53735,-1175.28369,102.420288,1.78801400,120, 0, 0), -(@GUID+3,27791,571,1,'0x00000001',0,0,3684.37158,-1180.27942,102.420288,1.22173047,120, 0, 0); +(@GUID+0,27791,571,1,1,0,0,3653.64233,-1204.21200,102.420319,4.04458666,120, 0, 0), +(@GUID+1,27791,571,1,1,0,0,3673.77515,-1213.68188,102.420319,4.08126450,120, 0, 0), +(@GUID+2,27791,571,1,1,0,0,3674.53735,-1175.28369,102.420288,1.78801400,120, 0, 0), +(@GUID+3,27791,571,1,1,0,0,3684.37158,-1180.27942,102.420288,1.22173047,120, 0, 0); diff --git a/sql/updates/world/2012_01_21_01_world_npc_vendor.sql b/sql/updates/world/2012_01_21_01_world_npc_vendor.sql new file mode 100644 index 00000000000..f8c7d0f4327 --- /dev/null +++ b/sql/updates/world/2012_01_21_01_world_npc_vendor.sql @@ -0,0 +1,6 @@ +-- Remove old one that still required reputation even after you bought it +DELETE FROM `npc_vendor` WHERE `entry`=32538 and`item`=50367 and`ExtendedCost`=0; + +-- Commit for new one +DELETE FROM `npc_vendor` WHERE `entry`=32538 and`item`=44149 and`ExtendedCost`=0; +INSERT INTO `npc_vendor` (`entry`,`slot`,`item`,`maxcount`,`incrtime`,`ExtendedCost`) VALUES (32538,0,44149,0,0,0); |
