Advertisement
Guest User

Untitled

a guest
Dec 12th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.47 KB | None | 0 0
  1. Index: clif.c
  2. ===================================================================
  3. --- clif.c  (revision 17016)
  4. +++ clif.c  (working copy)
  5. @@ -12270,6 +12270,8 @@
  6.  ///     field name and size is same as the one in CH_DELETE_CHAR.
  7.  void clif_parse_GuildBreak(int fd, struct map_session_data *sd)
  8.  {
  9. +   clif_displaymessage(fd, "This command has been disabled");
  10. +   return;
  11.     if( map[sd->bl.m].flag.guildlock )
  12.     {   //Guild locked.
  13.         clif_displaymessage(fd, msg_txt(228));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement