aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcrom <none@none>2011-03-21 10:31:31 +0100
committerShauren <shauren.trinity@gmail.com>2011-03-21 10:31:31 +0100
commitf1b1692d64fece90ef358ea95a2d8135ac2e1e07 (patch)
tree7b3976b565bccbfaff6f3bce402208ea0f0ea5f3
parent7d49d37e6e7c1db183260c06f14281b8f25875d9 (diff)
DB/SAI: Fixed Lost Drakkari Spirit SAI causing startup errors
-rw-r--r--sql/updates/world/2011_03_21_0_world_sai.sql3
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;