diff options
| author | Malcrom <malcromdev@gmail.com> | 2013-06-26 15:38:19 -0230 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2013-06-26 15:38:19 -0230 |
| commit | 651a966e92e720fd794cfbeb6f6998aa1fb9b1c3 (patch) | |
| tree | 444127e5b6919952297ff69c22ee05954ffa7d5d /sql | |
| parent | 4761590c4a03933910447da766aa70823362f16f (diff) | |
Core/Scripting: More BRS updates. Emberseer is still buggy if player resets. Working on it.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_06_26_03_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_26_03_world_creature_template.sql b/sql/updates/world/2013_06_26_03_world_creature_template.sql new file mode 100644 index 00000000000..dae5f5869c3 --- /dev/null +++ b/sql/updates/world/2013_06_26_03_world_creature_template.sql @@ -0,0 +1,2 @@ +-- Missing data for Embeerseer +UPDATE `creature_template` SET `faction_A`=40, `faction_H`=40, `unit_flags`=`unit_flags`|256|33554432 WHERE `entry`=9816; |
