diff options
| author | megamage <none@none> | 2008-11-02 00:59:44 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2008-11-02 00:59:44 -0500 |
| commit | 972e2d56e2c9139340f7f2bda31ded5e1696c70d (patch) | |
| tree | 0353988b5c6b630308bf46d4835ae5390eb284bf /sql | |
| parent | 1dad2c855c24591d38f78d4585c71cd5c9fc3cb3 (diff) | |
[svn] Add function GameObject::CastSpell. Used for hunter's trap and so.
Use original caster instead caster to check spell hit result.
Let spell triggers have the same faction as the summoner.
Fix the bug that trigger creatures attack enemy. (no need use civilian extra flag in the future, 128 is enough)
Fix shadow step.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/153_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/153_world.sql b/sql/updates/153_world.sql new file mode 100644 index 00000000000..dbff1592850 --- /dev/null +++ b/sql/updates/153_world.sql @@ -0,0 +1 @@ +update creature_template set flags_extra = 128 where entry = 12999;
\ No newline at end of file |
