Skip to content
Snippets Groups Projects
Commit b2f62330 authored by Adry_85's avatar Adry_85
Browse files

Fixing minor type for quest Shrieks of Ghosts (371).

parent 9c43f3e2
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ public final class Q00371_ShrieksOfGhosts extends Quest ...@@ -73,7 +73,7 @@ public final class Q00371_ShrieksOfGhosts extends Quest
{ {
MOBS.put(20818, new DropInfo(350, 400)); // hallates_warrior MOBS.put(20818, new DropInfo(350, 400)); // hallates_warrior
MOBS.put(20820, new DropInfo(583, 673)); // hallates_knight MOBS.put(20820, new DropInfo(583, 673)); // hallates_knight
MOBS.put(20820, new DropInfo(458, 538)); // hallates_commander MOBS.put(20824, new DropInfo(458, 538)); // hallates_commander
} }
public Q00371_ShrieksOfGhosts() public Q00371_ShrieksOfGhosts()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment