diff options
| author | Kudlaty <none@none> | 2009-08-14 19:45:06 +0200 |
|---|---|---|
| committer | Kudlaty <none@none> | 2009-08-14 19:45:06 +0200 |
| commit | 4252c4cef0513397101203f46b916b21e80d7cd8 (patch) | |
| tree | 44c0452b1ba9c8204dddf91c6e93127fd724b555 /sql/updates | |
| parent | 485aab1186f0672eb96a012f4c4b0bdcd444efb8 (diff) | |
Merge [SD2]
r1266 Added support for quest 4966
r1267 Remove obsolete ScriptedAI functions, no longer used. Clean up code. Patch by DasBlub
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5016_world_scripts.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/5016_world_scripts.sql b/sql/updates/5016_world_scripts.sql new file mode 100644 index 00000000000..c3b928cbd07 --- /dev/null +++ b/sql/updates/5016_world_scripts.sql @@ -0,0 +1,7 @@ +UPDATE creature_template SET ScriptName='npc_kanati' WHERE entry=10638; + +DELETE FROM script_waypoint WHERE entry=10638; +INSERT INTO script_waypoint VALUES +(10638, 0, -4903.521973, -1368.339844, -52.611, 5000, 'SAY_KAN_START'), +(10638, 1, -4906.004395, -1367.048096, -52.611, 0, ''); + |
