Skip to content

Commit

Permalink
fix: quest typo and item id (opentibiabr#2854)
Browse files Browse the repository at this point in the history
  • Loading branch information
htc16 authored Aug 27, 2024
1 parent 43c085c commit 06c6a67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data-otservbr-global/startup/tables/chest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2555,14 +2555,14 @@ ChestUnique = {
weight = 43.00,
storage = Storage.Quest.U8_6.WrathOfTheEmperor.ChestItems,
},
-- Rookguard
-- Rookgaard
-- 05 Brown Mushrooms
[6301] = {
useKV = true,
itemId = 2472,
itemPos = { x = 32138, y = 32171, z = 3 },
reward = { { 3725, 5 } },
questName = "Rookguard05BrownMushrooms",
questName = "Rookgaard05BrownMushrooms",
},
-- Reward of others scrips files (varied rewards)
-- The First dragon Quest
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/startup/tables/item.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1811,7 +1811,7 @@ ItemUnique = {
-- Path: data\scripts\actions\quests\the_rookie_guard\mission06_run_like_wolf.lua
-- Poacher corpse
[40044] = {
itemId = 3204,
itemId = 111,
itemPos = { x = 32135, y = 32133, z = 8 },
},
-- War wolf corpse
Expand Down

0 comments on commit 06c6a67

Please sign in to comment.