summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-17 02:16:13 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-17 02:16:13 +0000
commitf77c9c84c46c0b592c0a6fe6e9880eb48c48d4c3 (patch)
tree8bbc468d4a23e54e6675ddb684e2af67934ddaf0 /src/map/mob.c
parent5c10ad80c373bef3cc2417742787e68b231ab5e9 (diff)
downloadhercules-f77c9c84c46c0b592c0a6fe6e9880eb48c48d4c3.tar.gz
hercules-f77c9c84c46c0b592c0a6fe6e9880eb48c48d4c3.tar.bz2
hercules-f77c9c84c46c0b592c0a6fe6e9880eb48c48d4c3.tar.xz
hercules-f77c9c84c46c0b592c0a6fe6e9880eb48c48d4c3.zip
Added a missing argument to a warning containing a format specifier.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14465 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index 7452bbd81..81fc9e68b 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -3418,7 +3418,7 @@ static bool mob_parse_dbrow(char** str)
return false;
}
if (pcdb_checkid(class_)) {
- ShowWarning("Mob with ID: %d not loaded. That ID is reserved for player classes.\n");
+ ShowWarning("Mob with ID: %d not loaded. That ID is reserved for player classes.\n", class_);
return false;
}