diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-08 16:19:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-08 16:19:04 -0300 |
commit | 9e14dc174d8d076b532735d3705b92166ee4108f (patch) | |
tree | 464af21439612630df35ec54e8352549f35a3fef /npc/017-1/pet_detective.txt | |
parent | 6ec032e530d826c2dd189f2cb0064913e4eb06e3 (diff) | |
download | serverdata-9e14dc174d8d076b532735d3705b92166ee4108f.tar.gz serverdata-9e14dc174d8d076b532735d3705b92166ee4108f.tar.bz2 serverdata-9e14dc174d8d076b532735d3705b92166ee4108f.tar.xz serverdata-9e14dc174d8d076b532735d3705b92166ee4108f.zip |
Fix swapped switch cases
Diffstat (limited to 'npc/017-1/pet_detective.txt')
-rw-r--r-- | npc/017-1/pet_detective.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/017-1/pet_detective.txt b/npc/017-1/pet_detective.txt index 1cacfca01..155dc33f9 100644 --- a/npc/017-1/pet_detective.txt +++ b/npc/017-1/pet_detective.txt @@ -70,11 +70,11 @@ L_Menu: .stock-=1; break; case 3: - if (PDQ_InnerSwitch(Piou, PiouFeathers, 80)) + if (PDQ_InnerSwitch(Fluffy, WhiteFur, 80)) .stock-=1; break; case 4: - if (PDQ_InnerSwitch(Fluffy, WhiteFur, 80)) + if (PDQ_InnerSwitch(Piou, PiouFeathers, 80)) .stock-=1; break; default: |