Skip to content

Commit

Permalink
fix fake webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
foglio1024 committed Jun 3, 2024
1 parent c5518c6 commit 04636c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TCC.Core/Debugging/DebugWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -228,12 +228,12 @@ private void NotifyGuildBam(object sender, RoutedEventArgs e)

private void NotifyFieldBoss(object sender, RoutedEventArgs e)
{
Tester.AddFakeSystemMessage("SMT_FIELDBOSS_APPEAR", "npcName", "Ortan", "RegionName", "Zone");
Tester.AddFakeSystemMessage("SMT_FIELDBOSS_APPEAR", "regionName", "@rgn:213", "npcName", "@creature:26#5001");
}

private void NotifyFieldBossDie(object sender, RoutedEventArgs e)
{
Tester.AddFakeSystemMessage("SMT_FIELDBOSS_DIE_NOGUILD", "userName", "Foglio", "npcName", "Ortan");
Tester.AddFakeSystemMessage("SMT_FIELDBOSS_DIE_NOGUILD", "userName", "Foglio", "npcName", "@creature:26#5001");
}

private void SetAtkSpeed(object sender, RoutedEventArgs e)
Expand Down

0 comments on commit 04636c8

Please sign in to comment.