diff options
| author | Kirkhammett <kirkhammett@trinity.contrib> | 2013-04-13 19:15:39 +0200 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2013-04-13 19:15:39 +0200 |
| commit | 37c02196ae0f017978410018709e1991518bd139 (patch) | |
| tree | 116deae794c360bad3971a406ab217df7661f6ea | |
| parent | 51f6db79159576d6b8f550670629a8eb65fa2150 (diff) | |
DB/Misc: 2 updates to fix non working SAI scripts
Closes #9460
| -rw-r--r-- | sql/updates/world/2013_04_13_00_world_misc.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_04_13_00_world_misc.sql b/sql/updates/world/2013_04_13_00_world_misc.sql new file mode 100644 index 00000000000..b2c6d11d9d9 --- /dev/null +++ b/sql/updates/world/2013_04_13_00_world_misc.sql @@ -0,0 +1,4 @@ +-- Malcrom +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid`=2305 AND `source_type`=0 AND `id`=2; +-- Kirkhammett +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid`=15656 AND `source_type`=0 AND `id`=0 AND `link`=1; |
