diff options
author | maximius <none@none> | 2009-09-13 00:01:35 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-09-13 00:01:35 -0700 |
commit | eef5abe6e1931eeae91d3a1ed68a3bf44237dea2 (patch) | |
tree | b4d2edf33613bfefe67bd534b0e3fe9622617ff7 /src/game/Map.cpp | |
parent | c61bb37a0e80aae1dc24618782647c43d2feb174 (diff) |
*Event Hooks (OnLogin, OnLogout, OnPVPKill) by Hawthorne
*Boss Emote Command for DB Scripts by XTElite1
--HG--
branch : trunk
Diffstat (limited to 'src/game/Map.cpp')
-rw-r--r-- | src/game/Map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Map.cpp b/src/game/Map.cpp index ee6ca6f8291..2953236bcbd 100644 --- a/src/game/Map.cpp +++ b/src/game/Map.cpp @@ -2866,7 +2866,7 @@ void Map::ScriptsProcess() sLog.outError("SCRIPT_COMMAND_TALK call for non-creature (TypeId: %u, Entry: %u, GUID: %u), skipping.",source->GetTypeId(),source->GetEntry(),source->GetGUIDLow()); break; } - if(step.script->datalong > 3) + if(step.script->datalong > 4) { sLog.outError("SCRIPT_COMMAND_TALK invalid chat type (%u), skipping.",step.script->datalong); break; |