diff options
| author | Machiavelli <machiavelli.trinity@gmail.com> | 2011-01-08 22:21:24 +0100 |
|---|---|---|
| committer | Machiavelli <machiavelli.trinity@gmail.com> | 2011-01-08 22:21:24 +0100 |
| commit | a5cabb0705c0982843692825179cd453e91f3ff9 (patch) | |
| tree | 78a4a64903378e0cd20192a5fe9dfc01666c69a3 /sql/updates | |
| parent | ef3e0d3477fe4986a9f1d2549ca52645434d215f (diff) | |
Scripts/Ulduar: Some work on Kologarn:
- Get rid of UNIT_FLAG_STUNNED hack
- Use proper spells instead of vehicle hacks
- AI scripts for both arms instead of everything being defined in Kologarn's AI script
- Proper support for detecting when to release players (Right Arm)
Still todo:
- Eyebeams
- Rubbles
- Achievements
- Post-encounter doors/GO's toggling
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/2011_01_08_1_world_scriptname.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/2011_01_08_1_world_scriptname.sql b/sql/updates/2011_01_08_1_world_scriptname.sql new file mode 100644 index 00000000000..aade302cbe1 --- /dev/null +++ b/sql/updates/2011_01_08_1_world_scriptname.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `ScriptName`='npc_right_arm' WHERE `entry`=32934; +UPDATE `creature_template` SET `ScriptName`='npc_left_arm' WHERE `entry`=32933; |
