Correct Chmmr response for what_about_samatra question; bug #1073

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3344 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-11-23 09:50:33 +00:00
parent ff07a6b73e
commit b48fe236bd
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -398,7 +398,7 @@ ChmmrAdvice (RESPONSE_REF R)
}
else if (PLAYER_SAID (R, what_about_samatra))
{
NPCPhrase (ABOUT_SUN_DEVICE);
NPCPhrase (ABOUT_SAMATRA);
DISABLE_PHRASE (what_about_samatra);
}