summaryrefslogtreecommitdiff
path: root/db
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
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')
-rw-r--r--db/pre-re/item_db.conf2
-rw-r--r--db/re/item_db.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index 493a758cc..cc7f5040d 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -68730,7 +68730,7 @@ item_db: (
}
Script: <"
input @megaphone$;
- announce strcharinfo(PC_NAME) + ": " + @megaphone$,bc_all,0xFF0000;
+ loudhailer(@megaphone$);
end;
">
},
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;
">
},