summaryrefslogtreecommitdiff
path: root/db/re
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-05-31 23:07:19 +0200
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-05-31 23:11:41 +0200
commit4a5ea1a63cb51d48a10a0ba2786eaddb546b5cdc (patch)
treec822bded55644ea295a4e7b6411924bbb1359c11 /db/re
parentd8151aad24c138efcf2ce791c27b85f55119f09c (diff)
downloadhercules-4a5ea1a63cb51d48a10a0ba2786eaddb546b5cdc.tar.gz
hercules-4a5ea1a63cb51d48a10a0ba2786eaddb546b5cdc.tar.bz2
hercules-4a5ea1a63cb51d48a10a0ba2786eaddb546b5cdc.tar.xz
hercules-4a5ea1a63cb51d48a10a0ba2786eaddb546b5cdc.zip
Update script of Megaphone_ item to use loudhailer() script command
Diffstat (limited to 'db/re')
-rw-r--r--db/re/item_db.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 408fb3ef8..c653fcf0b 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -88610,7 +88610,7 @@ item_db: (
}
Script: <"
input @megaphone$;
- announce strcharinfo(PC_NAME) + ": " + @megaphone$,bc_all,0xFF0000;
+ loudhailer(@megaphone$);
end;
">
},