summaryrefslogtreecommitdiff
path: root/npc/MOTD.txt
diff options
context:
space:
mode:
authorhemagx <ibrahem.h.basyone@gmail.com>2016-09-02 04:56:54 +0200
committerhemagx <ibrahem.h.basyone@gmail.com>2016-09-02 04:56:54 +0200
commit79e7a41e6652b553024b51576cc37015deed950c (patch)
tree57780b1ecc7c5ae125be1c89406f8db1e00a581b /npc/MOTD.txt
parent0f1d03f505fdc03533122db8ba19fa55f64f11b7 (diff)
parent0f1d0507eb95cf07ce7eb66d89ad9853938612e6 (diff)
downloadhercules-79e7a41e6652b553024b51576cc37015deed950c.tar.gz
hercules-79e7a41e6652b553024b51576cc37015deed950c.tar.bz2
hercules-79e7a41e6652b553024b51576cc37015deed950c.tar.xz
hercules-79e7a41e6652b553024b51576cc37015deed950c.zip
Merge pull request #1412 from Asheraf/strcharinfo
change *strcharinfo to use constants Closes #1412 as merged
Diffstat (limited to 'npc/MOTD.txt')
-rw-r--r--npc/MOTD.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/MOTD.txt b/npc/MOTD.txt
index 1e5912f4a..280ac8854 100644
--- a/npc/MOTD.txt
+++ b/npc/MOTD.txt
@@ -29,6 +29,6 @@
// run when any character logs in, attached to them.
- script HerculesMOTD FAKE_NPC,{
- message strcharinfo(0),"Welcome to Hercules! Enjoy! Please report any bugs you find.";
+ message strcharinfo(PC_NAME),"Welcome to Hercules! Enjoy! Please report any bugs you find.";
end;
}