diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2013-03-24 17:04:06 +0100 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2013-03-24 17:04:06 +0100 |
commit | b4f2729423390b14e14460ca4ee2814185128259 (patch) | |
tree | ace46d7eabbaf9cf7140e92450d20cef5f514f3e /world/map/db | |
parent | 0dedc25b2795f359db3937b3b340d3eaeec8dbff (diff) | |
download | serverdata-b4f2729423390b14e14460ca4ee2814185128259.tar.gz serverdata-b4f2729423390b14e14460ca4ee2814185128259.tar.bz2 serverdata-b4f2729423390b14e14460ca4ee2814185128259.tar.xz serverdata-b4f2729423390b14e14460ca4ee2814185128259.zip |
Add FX_GETITEM particle effect
Diffstat (limited to 'world/map/db')
-rw-r--r-- | world/map/db/const.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index 6bed62d2..f6c3ccde 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -390,6 +390,7 @@ FX_BLUE_MAGIC_CAST 40 FX_MAGIC_BLUE_TELEPORT 41 FX_MAGIC_DARK_EXPLOSION 42 FX_PUMPKIN_EXPLOSION 43 +FX_GETITEM 44 FX_MAGIC_SHIELD_ENDS 111 FX_ELECTRICITY_RED 114 FX_ELECTRICITY_BLUE 115 |