diff options
author | shennetsind <ind@henn.et> | 2013-11-08 15:39:59 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-08 15:39:59 -0200 |
commit | 4858233f3aebe920417eaa9531fa298bc2763c04 (patch) | |
tree | c3be7f9847c59e56bdfeadf0f52a71835626caab /npc/other/poring_war.txt | |
parent | 0876387f293ee633f7bfe12f8adf3f4a37d5b736 (diff) | |
parent | 9cbaab60234b6c633c8dff46a52aeb2bf981f078 (diff) | |
download | hercules-4858233f3aebe920417eaa9531fa298bc2763c04.tar.gz hercules-4858233f3aebe920417eaa9531fa298bc2763c04.tar.bz2 hercules-4858233f3aebe920417eaa9531fa298bc2763c04.tar.xz hercules-4858233f3aebe920417eaa9531fa298bc2763c04.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'npc/other/poring_war.txt')
-rw-r--r-- | npc/other/poring_war.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/other/poring_war.txt b/npc/other/poring_war.txt index 599f31cfb..58db2edcf 100644 --- a/npc/other/poring_war.txt +++ b/npc/other/poring_war.txt @@ -354,7 +354,7 @@ OnInit: // Poring Registers //============================================================ -poring_w01,91,97,3 script Poring#wop_door_all 1002,{ +poring_w01,91,97,3 script Poring#wop_door_all PORING,{ end; OnInit: @@ -377,7 +377,7 @@ OnDisable: end; } -poring_w01,91,68,5 script Poring#wop_door_a 1002,{ +poring_w01,91,68,5 script Poring#wop_door_a PORING,{ end; OnInit: @@ -469,7 +469,7 @@ OnTimer58000: end; } -poring_w01,112,68,3 script Poring#wop_door_d 1002,{ +poring_w01,112,68,3 script Poring#wop_door_d PORING,{ end; OnInit: |