diff options
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/newgears/2004_headgears.txt | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 040dba1fb..7b608b393 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -39,6 +39,8 @@ Playtester Date Added
======
07/05
+ * Removed that Dbbug announce line from the 2004 headgears quest npc.
+ [Skotlex]
* Fixed Book of Yamir stucking [Lupus]
* Fixed bugs / typos in 2004_headgears.txt, thanks to Qwadrat [Lupus]
* Updated Socket Enchant NPC [Playtester]
diff --git a/npc/quests/newgears/2004_headgears.txt b/npc/quests/newgears/2004_headgears.txt index a8d522c7f..71ac437cb 100644 --- a/npc/quests/newgears/2004_headgears.txt +++ b/npc/quests/newgears/2004_headgears.txt @@ -2304,7 +2304,6 @@ end; }
pay_dun03.gat,48,84,1 script NT -1,{
OnMobDead:
-announce "Dbbug",0;
enablenpc "Nine Tail#1";
end;
}
@@ -3348,4 +3347,4 @@ in_orcs01.gat,162,33,1 script Hero of Orc#1 1087,2,2{ close;
}
}
-}
\ No newline at end of file +}
|