diff options
| author | Malcrom <none@none> | 2011-03-21 10:31:31 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-03-21 10:31:31 +0100 |
| commit | f1b1692d64fece90ef358ea95a2d8135ac2e1e07 (patch) | |
| tree | 7b3976b565bccbfaff6f3bce402208ea0f0ea5f3 | |
| parent | 7d49d37e6e7c1db183260c06f14281b8f25875d9 (diff) | |
DB/SAI: Fixed Lost Drakkari Spirit SAI causing startup errors
| -rw-r--r-- | sql/updates/world/2011_03_21_0_world_sai.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_21_0_world_sai.sql b/sql/updates/world/2011_03_21_0_world_sai.sql new file mode 100644 index 00000000000..cddb08883af --- /dev/null +++ b/sql/updates/world/2011_03_21_0_world_sai.sql @@ -0,0 +1,3 @@ +-- Lost Drakkari Spirit SAI fix +UPDATE `smart_scripts` SET `event_param1`=0,`event_param2`=15 WHERE `entryorguid`=29129 AND `id`=4; +UPDATE `smart_scripts` SET `event_param1`=30,`event_param2`=100 WHERE `entryorguid`=29129 AND `id`=8; |
