mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
[11583] Correcting typo (damn the copy/paste)
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
70d9d4ef24
commit
dd66ce20f2
2 changed files with 2 additions and 2 deletions
|
|
@ -225,7 +225,7 @@ spell_scripts
|
|||
* datalong2 = go entry (searching closest to source (if worldobject) or target
|
||||
* datalong3 = go search radius
|
||||
|
||||
28 SCRIPT_COMMAND_EMOTE source = Unit (or WorldObject when creature entry defined), target = Unit (or none)
|
||||
28 SCRIPT_COMMAND_STAND_STATE source = Unit (or WorldObject when creature entry defined), target = Unit (or none)
|
||||
* datalong = stand state (enum UnitStandStateType)
|
||||
* datalong2 = creature entry (searching for a buddy, closest to source)
|
||||
* datalong3 = creature search radius
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11582"
|
||||
#define REVISION_NR "11583"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue