Remove trailing whitespace

This commit is contained in:
j883376
2013-05-06 13:07:41 -04:00
parent 7a93966158
commit ffcff4aea1
548 changed files with 16397 additions and 16398 deletions
+9 -9
View File
@@ -1,5 +1,5 @@
sub EVENT_SAY
{
sub EVENT_SAY
{
if($text=~/mob/i)
{
my @moblist = $entity_list->GetMobList();
@@ -8,7 +8,7 @@ sub EVENT_SAY
$ent->Shout("I'm a mob!");
}
}
if($text=~/npc/i)
{
my @npclist = $entity_list->GetNPCList();
@@ -17,7 +17,7 @@ sub EVENT_SAY
$ent->Shout("I'm a npc!");
}
}
if($text=~/client/i)
{
my @clientlist = $entity_list->GetClientList();
@@ -26,7 +26,7 @@ sub EVENT_SAY
$ent->Shout("I'm a client!");
}
}
if($text=~/corpse/i)
{
my @corpselist = $entity_list->GetCorpseList();
@@ -42,7 +42,7 @@ sub EVENT_SAY
}
quest::say("There are $index corpses in the zone and $index_two of them belong to you.");
}
if($text=~/summon/i)
{
my @corpselist = $entity_list->GetCorpseList();
@@ -54,7 +54,7 @@ sub EVENT_SAY
}
}
}
if($text=~/rez/i)
{
my @corpselist = $entity_list->GetCorpseList();
@@ -66,7 +66,7 @@ sub EVENT_SAY
return;
}
}
}
}
}
sub EVENT_AGGRO_SAY
@@ -83,7 +83,7 @@ sub EVENT_AGGRO_SAY
{
my $h_ent_name = $h_ent->GetName();
quest::say("$h_ent_name is on my hate list with $h_hate hate and $h_dmg damage.");
}
}
}
}
}
+1 -1
View File
@@ -1,4 +1,4 @@
sub EVENT_SAY {
sub EVENT_SAY {
if($text=~/despawn/i)
{
quest::disable_spawn2(10842);