diff options
author | Haru <haru@dotalux.com> | 2013-11-10 04:28:03 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-11-10 04:31:28 +0100 |
commit | b4f1b3b5c5c009ed4f7635c5349ea97c80c08c25 (patch) | |
tree | cbd305d3896bdc9f498ed9eb72836dc7b6c32b99 /npc/guild2/guild_flags.txt | |
parent | c9b63614070f7fce81c88cd60e5edad5a7730df0 (diff) | |
download | hercules-b4f1b3b5c5c009ed4f7635c5349ea97c80c08c25.tar.gz hercules-b4f1b3b5c5c009ed4f7635c5349ea97c80c08c25.tar.bz2 hercules-b4f1b3b5c5c009ed4f7635c5349ea97c80c08c25.tar.xz hercules-b4f1b3b5c5c009ed4f7635c5349ea97c80c08c25.zip |
Follow-up to 857bdc4f98be6cd1e185a24565d6b6b54752b9b4
- Consolidated case in variables, labels, constants.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/guild2/guild_flags.txt')
-rw-r--r-- | npc/guild2/guild_flags.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/guild2/guild_flags.txt b/npc/guild2/guild_flags.txt index c5bbd1d08..bfbca227d 100644 --- a/npc/guild2/guild_flags.txt +++ b/npc/guild2/guild_flags.txt @@ -15,7 +15,7 @@ yuno,109,167,5 script Himinn GUILD_FLAG,{ end; OnAgitInit2: -OnRecvCastlesc01: +OnRecvCastleSc01: flagemblem getcastledata("schg_cas01",1); end; } @@ -24,7 +24,7 @@ yuno,110,171,5 script Andlangr GUILD_FLAG,{ end; OnAgitInit2: -OnRecvCastlesc02: +OnRecvCastleSc02: flagemblem getcastledata("schg_cas02",1); end; } @@ -33,7 +33,7 @@ yuno,111,175,5 script Viblainn GUILD_FLAG,{ end; OnAgitInit2: -OnRecvCastlesc03: +OnRecvCastleSc03: flagemblem getcastledata("schg_cas03",1); end; } @@ -42,7 +42,7 @@ yuno,112,179,5 script Hljod GUILD_FLAG,{ end; OnAgitInit2: -OnRecvCastlesc04: +OnRecvCastleSc04: flagemblem getcastledata("schg_cas04",1); end; } @@ -51,7 +51,7 @@ yuno,114,183,5 script Skidbladnir GUILD_FLAG,{ end; OnAgitInit2: -OnRecvCastlesc05: +OnRecvCastleSc05: flagemblem getcastledata("schg_cas05",1); end; } @@ -61,7 +61,7 @@ rachel,124,120,3 script Mardol GUILD_FLAG,{ end; OnAgitInit2: -OnRecvCastlear01: +OnRecvCastleAr01: flagemblem getcastledata("arug_cas01",1); end; } @@ -70,7 +70,7 @@ rachel,136,120,5 script Cyr GUILD_FLAG,{ end; OnAgitInit2: -OnRecvCastlear02: +OnRecvCastleAr02: flagemblem getcastledata("arug_cas02",1); end; } @@ -79,7 +79,7 @@ rachel,138,126,6 script Horn GUILD_FLAG,{ end; OnAgitInit2: -OnRecvCastlear03: +OnRecvCastleAr03: flagemblem getcastledata("arug_cas03",1); end; } @@ -88,7 +88,7 @@ rachel,135,131,7 script Gefn GUILD_FLAG,{ end; OnAgitInit2: -OnRecvCastlear04: +OnRecvCastleAr04: flagemblem getcastledata("arug_cas04",1); end; } @@ -97,7 +97,7 @@ rachel,124,130,1 script Banadis GUILD_FLAG,{ end; OnAgitInit2: -OnRecvCastlear05: +OnRecvCastleAr05: flagemblem getcastledata("arug_cas05",1); end; } |