aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuarte Duarte <dnpd.dd@gmail.com>2014-08-26 15:10:58 +0100
committerDuarte Duarte <dnpd.dd@gmail.com>2014-08-26 15:10:58 +0100
commit10dfe19f9c77d5599d854865200bb48353d6b249 (patch)
tree57a2c3dedbbecb4ca59a226812f40c4b227dfd1d
parent430b3adfe8ed23df453f906978731fcb83956335 (diff)
Scripts/BladesEdge: Fix a typo introduced in 430b3ad
Thanks @Nihilianth
-rw-r--r--src/server/scripts/Outland/zone_blades_edge_mountains.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Outland/zone_blades_edge_mountains.cpp b/src/server/scripts/Outland/zone_blades_edge_mountains.cpp
index 33c795cffb4..03b8e7e69c8 100644
--- a/src/server/scripts/Outland/zone_blades_edge_mountains.cpp
+++ b/src/server/scripts/Outland/zone_blades_edge_mountains.cpp
@@ -1142,7 +1142,7 @@ public:
else
{
// Spell 37392 does not exist in dbc, manually spawning
- me->SummonCreature(NPC_OSCILLATING_FREQUENCY_SCANNER_TOP_BUNNY, me->GetPositionX(), me->GetPositionY(), me->GetPositionZ() + 0.5f, me->GetOrientation(), TEMPSUMMON_TIMED_OR_DEAD_DESPAWN, 50);
+ me->SummonCreature(NPC_OSCILLATING_FREQUENCY_SCANNER_TOP_BUNNY, me->GetPositionX(), me->GetPositionY(), me->GetPositionZ() + 0.5f, me->GetOrientation(), TEMPSUMMON_TIMED_OR_DEAD_DESPAWN, 50000);
me->SummonGameObject(GO_OSCILLATING_FREQUENCY_SCANNER, me->GetPositionX(), me->GetPositionY(), me->GetPositionZ(), me->GetOrientation(), 0, 0, 0, 0, 50);
me->DespawnOrUnsummon(50000);
}