diff options
author | Killyana <morphone1@gmail.com> | 2018-09-05 13:25:38 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-09-05 13:25:38 +0200 |
commit | 143fec52a57b9cf18e2a808c4f617143dd1d122b (patch) | |
tree | f49f50f3c06db23dda686e36148a260af09f972f /sql | |
parent | 5a0ce669f0d8ae49ab9e3456eff4e1068e3c9189 (diff) |
DB: Update file to remove a wrong value
DB error fixed in a previous sql
Closes #22383
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2018_09_02_00_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/master/2018_09_02_00_world.sql b/sql/updates/world/master/2018_09_02_00_world.sql index d1a686bc17a..82a406e8384 100644 --- a/sql/updates/world/master/2018_09_02_00_world.sql +++ b/sql/updates/world/master/2018_09_02_00_world.sql @@ -14260,7 +14260,7 @@ INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, (1976, 2, 1902, 0, 2551), -- Stormwind City Patroller (68, 2, 2715, 143, 2551), -- Stormwind City Guard (24927, 1, 2716, 0, 0), -- Navigator Sparksizzle -(52809, 1, 0, 0, 2070085633), -- Blax Bottlerocket +-- (52809, 1, 0, 0, 2070085633), -- Blax Bottlerocket (51307, 1, 5292, 0, 0), -- Goblin Construction Worker[DND] (3296, 3, 0, 0, 2507), -- Orgrimmar Grunt (95928, 1, 1910, 0, 0), -- Rhol Landers |