diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-05 18:18:26 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-05 18:18:26 +0000 |
commit | 83948ec41e8391b6500fbf56545205ba3ec6ae4c (patch) | |
tree | 37a705c4a8ec490b2b4b791ccb393d067161f9c3 /npc | |
parent | f9eae7b032366afc080254a2ab6366ebe49aa589 (diff) | |
download | hercules-83948ec41e8391b6500fbf56545205ba3ec6ae4c.tar.gz hercules-83948ec41e8391b6500fbf56545205ba3ec6ae4c.tar.bz2 hercules-83948ec41e8391b6500fbf56545205ba3ec6ae4c.tar.xz hercules-83948ec41e8391b6500fbf56545205ba3ec6ae4c.zip |
- Removed that Dbbug announce line from the 2004 headgears quest npc.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7542 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-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 +}
|