// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
#ifndef _CONFIG_GENERAL_H_
#define _CONFIG_GENERAL_H_
/**
* rAthena configuration file (http://rathena.org)
* For detailed guidance on these check http://rathena.org/wiki/SRC/config/
**/
/**
* Default Magical Reflection Behavior
* - When reflecting, reflected damage depends on gears caster is wearing, not target
* - When disabled damage depends on gears target is wearing, not caster.
* @values 1 (enabled) or 0 (disabled)
**/
#define MAGIC_REFLECTION_TYPE 1
/**
* No settings past this point
**/
#endif // _CONFIG_GENERAL_H_
Question
Bringer
how to change to it? to OLD Reflect


SOLVED
Edited by DrewxD0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.