mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
[10748] Convert MonsterSay/Say and similar functions to ObjectGuid use.
This commit is contained in:
parent
12b80fec68
commit
f5cf98e9f4
11 changed files with 84 additions and 85 deletions
|
|
@ -123,7 +123,7 @@ struct MANGOS_DLL_DECL ScriptedAI : public CreatureAI
|
|||
|
||||
void DoSay(int32 text_id, uint32 language)
|
||||
{
|
||||
m_creature->Say(text_id,language,0);
|
||||
m_creature->Say(text_id, language, ObjectGuid());
|
||||
}
|
||||
|
||||
void DoGoHome();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue