aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
authorBrian <runningnak3d@gmail.com>2010-07-18 04:37:08 -0600
committerBrian <runningnak3d@gmail.com>2010-07-18 04:37:08 -0600
commit8ceda47e3916bdd8e0aa26adb67506845b76d0d1 (patch)
tree4e4cffe457e565f2609dd0cbeee972bbd4cbd68a /src/server/scripts
parent4d09046d5462c47dcf7799efdcaf0810291cc10f (diff)
* Implement additional usage of item_template.FlagsExtra Horde / Ally only
* Check loot (no longer need loot condition) * Check equip/use * Original patch by Vladimir * Ported to Trinity by Az@zel --HG-- branch : trunk
Diffstat (limited to 'src/server/scripts')
-rw-r--r--src/server/scripts/World/item_scripts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/World/item_scripts.cpp b/src/server/scripts/World/item_scripts.cpp
index f7c6af53e44..013888f909d 100644
--- a/src/server/scripts/World/item_scripts.cpp
+++ b/src/server/scripts/World/item_scripts.cpp
@@ -142,7 +142,7 @@ bool ItemUse_item_flying_machine(Player* pPlayer, Item* pItem, SpellCastTargets
return false;
sLog.outDebug("TSCR: Player attempt to use item %u, but did not meet riding requirement",itemId);
- pPlayer->SendEquipError(EQUIP_ERR_ERR_CANT_EQUIP_SKILL,pItem,NULL);
+ pPlayer->SendEquipError(EQUIP_ERR_CANT_EQUIP_SKILL,pItem,NULL);
return true;
}