- Index: src/map/atcommand.c
- ===================================================================
- --- src/map/atcommand.c (revision 14724)
- +++ src/map/atcommand.c (working copy)
- @@ -416,11 +416,14 @@
- char map_name[MAP_NAME_LENGTH_EXT];
- unsigned short mapindex;
- int x = 0, y = 0;
- int m = -1;
- +if(battle_config.any_warp_GM_min_level > pc_isGM(sd))
- + if (sd->npc_id || sd->vender_id || sd->state.trading || sd->state.storage_flag)
- + return -1;
- @@ -2162,11 +2162,14 @@
- int i;
- int town;
- char map_name[MAP_NAME_LENGTH];
- int m;
- +if(battle_config.any_warp_GM_min_level > pc_isGM(sd))
- + if (sd->npc_id || sd->vender_id || sd->state.trading || sd->state.storage_flag)
- + return -1;
fix warping
Posted by Anonymous on Fri 25th Feb 2011 12:09
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.