From f1b1692d64fece90ef358ea95a2d8135ac2e1e07 Mon Sep 17 00:00:00 2001 From: Malcrom Date: Mon, 21 Mar 2011 10:31:31 +0100 Subject: DB/SAI: Fixed Lost Drakkari Spirit SAI causing startup errors --- sql/updates/world/2011_03_21_0_world_sai.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2011_03_21_0_world_sai.sql (limited to 'sql') 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; -- cgit v1.2.3