DjWarmonger 14 years ago
parent
commit
f4f2af664f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/CObjectHandler.cpp

+ 1 - 1
lib/CObjectHandler.cpp

@@ -5855,7 +5855,7 @@ void CBank::onHeroVisit (const CGHeroInstance * h) const
 		}
 		BlockingDialog bd (true, false);
 		bd.player = h->getOwner();
-		bd.soundID = soundBase::DANGER;
+		bd.soundID = soundBase::ROGUE;
 		bd.text << VLC->generaltexth->advobtxt[banktext];
 		if (ID == 16)
 			bd.text.addReplacement(VLC->objh->creBanksNames[index]);