diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Northrend/storm_peaks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/storm_peaks.cpp b/src/server/scripts/Northrend/storm_peaks.cpp index 2bd774cdf5b..690b8015ca6 100644 --- a/src/server/scripts/Northrend/storm_peaks.cpp +++ b/src/server/scripts/Northrend/storm_peaks.cpp @@ -738,7 +738,7 @@ class npc_hyldsmeet_protodrake : public CreatureScript _accessoryRespawnTimer = who->ToCreature()->GetRespawnDelay(); } - void Update(uint32 const diff) + void UpdateAI(uint32 const diff) { //! We need to manually reinstall accessories because the vehicle itself is friendly to players, //! so EnterEvadeMode is never triggered. The accessory on the other hand is hostile and killable. |