summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 340a666d3..d6e24a83e 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -10541,7 +10541,7 @@ void clif_parse_GM_Monster_Item(int fd, struct map_session_data *sd) {
memcpy(monster_item_name, RFIFOP(fd,2), NAME_LENGTH);
if (mobdb_searchname(monster_item_name) != 0) {
- if (pc_isGM(sd) >= (level =get_atcommand_level(AtCommand_Monster)))
+ if (pc_isGM(sd) >= (level =get_atcommand_level(AtCommand_Spawn))) // changed from AtCommand_Monster for Skots [Reddozen]
{
atcommand_monster(fd, sd, "@spawn", monster_item_name); // as @spawn
if(log_config.gm && level >= log_config.gm)