mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 06:01:38 +00:00
Updated Perl API Sub Events (markdown)
+1
-1
@@ -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!");
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user