mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-15 21:12:25 +00:00
Updated Perl API Sub Events (markdown)
parent
d6cf51cf3b
commit
cdb8213ec4
@ -211,7 +211,7 @@ sub EVENT_AUGMENT_INSERT {
|
||||
- In this example, a message in yellow text is displayed to the client when the player removes an augment from an item.
|
||||
|
||||
```perl
|
||||
sub EVENT_AUGMENT_ITEM {
|
||||
sub EVENT_AUGMENT_REMOVE {
|
||||
$client->Message(15, "Yay, you pulled it out!");
|
||||
}
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user