aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/examples/example_misc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/examples/example_misc.cpp')
-rw-r--r--src/scripts/examples/example_misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/examples/example_misc.cpp b/src/scripts/examples/example_misc.cpp
index 00465b996d5..e26220bfbb3 100644
--- a/src/scripts/examples/example_misc.cpp
+++ b/src/scripts/examples/example_misc.cpp
@@ -38,7 +38,7 @@ bool AT_example_areatrigger(Player* pPlayer, const AreaTriggerEntry *pAt)
extern void LoadDatabase();
bool ItemUse_example_item(Player* pPlayer, Item* pItem, SpellCastTargets const& scTargets)
{
- sScriptMgr.LoadDatabase();
+ sScriptMgr.LoadDatabase();
return true;
}