From b8dd9a491e2e31d43862a03bba3b5295afdc6d8c Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 16 Nov 2006 13:45:02 +0000 Subject: - Overlapping song/dances will now cause dissonance/ugly-dance level 1 instead of retaining the level of their song/dance. - Fixed the misleading description of what item_avail does. - Fixed wrong check in @petrename, thanks to The Ultra Mage. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9228 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 3f0a3c475..7e641bd1e 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -4337,7 +4337,7 @@ int atcommand_petrename( return -1; } pd = sd->pd; - if (pd->pet.rename_flag) { + if (!pd->pet.rename_flag) { clif_displaymessage(fd, msg_txt(188)); // You can already rename your pet. return -1; } -- cgit v1.2.3-60-g2f50