diff options
| author | malcromdev@gmail.com> <none@none> | 2010-03-21 13:39:59 -0230 |
|---|---|---|
| committer | malcromdev@gmail.com> <none@none> | 2010-03-21 13:39:59 -0230 |
| commit | c5f83416343882ab5a5c1548832dc675e999ad36 (patch) | |
| tree | 8a418896777c289221120a45bce1c37f0558417e /src | |
| parent | c45da17ef9378a21c290fd0126c7e14f266c75c6 (diff) | |
fixed oculus drake cpp and sql
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/scripts/northrend/nexus/oculus/oculus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/northrend/nexus/oculus/oculus.cpp b/src/scripts/northrend/nexus/oculus/oculus.cpp index c28607462d7..b64c509c54e 100644 --- a/src/scripts/northrend/nexus/oculus/oculus.cpp +++ b/src/scripts/northrend/nexus/oculus/oculus.cpp @@ -167,7 +167,7 @@ void AddSC_oculus() Script *newscript; newscript = new Script; - newscript->Name = "npc_occulus_drake"; + newscript->Name = "npc_oculus_drake"; newscript->pGossipHello = &GossipHello_npc_oculus_drake; newscript->pGossipSelect = &GossipSelect_npc_oculus_drake; newscript->RegisterSelf(); |
