Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Mount fix + achievements (#1570)
Browse files Browse the repository at this point in the history
* Update actions.xml

* Update mounts.lua

* Update music_box.lua

* Delete mount_donkey.lua

* Update achievements_lib.lua
  • Loading branch information
marcosvf132 committed Jul 29, 2020
1 parent 255d5e2 commit 545a23c
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 123 deletions.
2 changes: 1 addition & 1 deletion data/actions/actions.xml
Expand Up @@ -32,7 +32,7 @@
<action itemid="13307" script="mounts/mounts.lua" />
<action itemid="13508" script="mounts/mounts.lua" />
<action itemid="13498" script="mounts/mounts.lua" />
<action itemid="13537" script="mounts/mount_donkey.lua" />
<action itemid="13537" script="mounts/mounts.lua" />
<action fromid="13535" toid="13536" script="mounts/mounts.lua" />
<action fromid="13538" toid="13539" script="mounts/mounts.lua" />
<action fromid="13938" toid="13939" script="mounts/mounts.lua" />
Expand Down
69 changes: 0 additions & 69 deletions data/actions/scripts/mounts/mount_donkey.lua

This file was deleted.

0 comments on commit 545a23c

Please sign in to comment.