diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2016-09-20 12:32:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-20 12:32:08 +0100 |
| commit | ab2acb2c0c5227d3a8ec779bdc1d573518dd2185 (patch) | |
| tree | c64dfa07e5a1fc2004dfb9b1270608ace91abc76 | |
| parent | 4a1a460241acf511467decd92d2a30e19927d74d (diff) | |
DB/SAI: A Rough Ride
Fix event flags
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_20_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_20_01_world.sql b/sql/updates/world/3.3.5/2016_09_20_01_world.sql new file mode 100644 index 00000000000..1e9d6aa08a6 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_20_01_world.sql @@ -0,0 +1,2 @@ +UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=28308 AND `source_type`=0; +UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=2830800 AND `source_type`=9 AND `id`=1 AND `link`=0; |
