diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-20 17:51:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-20 17:51:16 +0300 |
commit | bc9a7d14bc36cac9d514bf30925673403c8349d9 (patch) | |
tree | 0df036f8636f5927e9016490d99c760f750988b0 /status-effects.xml | |
parent | d7323aed1030e1af2979395800f9ec531000134d (diff) | |
download | clientdata-bc9a7d14bc36cac9d514bf30925673403c8349d9.tar.gz clientdata-bc9a7d14bc36cac9d514bf30925673403c8349d9.tar.bz2 clientdata-bc9a7d14bc36cac9d514bf30925673403c8349d9.tar.xz clientdata-bc9a7d14bc36cac9d514bf30925673403c8349d9.zip |
fix block id for invisible status effect.
Diffstat (limited to 'status-effects.xml')
-rw-r--r-- | status-effects.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/status-effects.xml b/status-effects.xml index 6f3025e2..1dba40b1 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -27,7 +27,7 @@ end-message: Displays a message when the effect end. <status-effect name="post delay" id="46"/> - <status-effect name="invisibility" id="4096" block-id="12" + <status-effect name="invisibility" id="64" block-id="6" icon="icons/invisible.xml" start-message="You are now invisible." end-message="You are no longer invisible." |