diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2016-09-30 14:07:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-30 14:07:00 +0100 |
| commit | e4bbde02d2d1c9facc7e6f77210f154321295342 (patch) | |
| tree | 35828d6936ac5397f45366049bd452e319396d30 | |
| parent | 6d62f852acf3e1a3ee57cde2442832280aee8149 (diff) | |
DB/Misc: Charmed flags
Fix charmed flags for npcs involved with
* Basic Chemistry
* Killing two scourge with one skeleton
* Army of the Damned
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_30_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_30_01_world.sql b/sql/updates/world/3.3.5/2016_09_30_01_world.sql new file mode 100644 index 00000000000..830b9c17697 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_30_01_world.sql @@ -0,0 +1,2 @@ +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|0x200 WHERE `entryorguid`IN(3244500,3244501,3244502,3244503) AND `source_type`=9; +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|0x200 WHERE `entryorguid`IN(32445,31048,31276,31268) AND `source_type`=0; |
